#6F1417

Color #6F1417 Red Berry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Berry #6F1417

Tints of Red Berry #6F1417

Color information

#6F1417 (or 0x6F1417) is unknown color: approx Red Berry. HEX triplet: 6F, 14 and 17. RGB value is (111,20,23). Sum of RGB (Red+Green+Blue) = 111+20+23=154 (20% of max value = 765). Red value is 111 (43.75% from 255 or 72.08% from 154); Green value is 20 (8.20% from 255 or 12.99% from 154); Blue value is 23 (9.38% from 255 or 14.94% from 154); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1417 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1417 is #90EBE8. Grayscale: #2F2F2F. Windows color (decimal): -9497577 or 1512559. OLE color: 1512559.

HSL color Cylindrical-coordinate representation of color #6F1417: hue angle of 358.02º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6F1417 is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB1112023-
CMYK00.820.790.56
HSL358.02º69.47%25.69%-
HSV(B)358.02º81.98%43.53%-
XYZ6.963.941.2-
YUV47.55114.15173.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 111 (43.75% from 255) = 72.08%
GREEN value IS 20 (8.20% from 255) = 12.99%
BLUE value IS 23 (9.38% from 255) = 14.94%
R=72.08%
G=12.99%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111202300.820.790.56358.0269.4725.69
Hex6F14170524F38166451a
Octal157242701221177054610532
Binary11011111010010111010100101001111111000101100110100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F1417; }

 p { color: rgb(111,20,23); }

 H1.HeaderClassName
 {
   color: #6F1417;
 }
 .AnyTagClassName
 {
   color: #6F1417;
 }
</style>
background-color css

<style>
 a { background-color: #6F1417; }

 a { background-color: rgb(111,20,23); }

 div.DivClassName
 {
   background-color: #6F1417;
 }
 .BgClassName
 {
   background-color: #6F1417;
 }
</style>
border-color css

<style>
 span { border-color: #6F1417; }

 span { border-color: rgb(111,20,23); }

 td.TdClassName
 {
   border-color: #6F1417;
 }
 .TagClassName
 {
   border-color: #6F1417;
 }
</style>