#6F1318

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

Shades of Red Berry #6F1318

Tints of Red Berry #6F1318

Color information

#6F1318 (or 0x6F1318) is unknown color: approx Red Berry. HEX triplet: 6F, 13 and 18. RGB value is (111,19,24). Sum of RGB (Red+Green+Blue) = 111+19+24=154 (20% of max value = 765). Red value is 111 (43.75% from 255 or 72.08% from 154); Green value is 19 (7.81% from 255 or 12.34% from 154); Blue value is 24 (9.77% from 255 or 15.58% from 154); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1318 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1318 is #90ECE7. Grayscale: #2F2F2F. Windows color (decimal): -9497832 or 1577839. OLE color: 1577839.

HSL color Cylindrical-coordinate representation of color #6F1318: hue angle of 356.74º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6F1318 is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB1111924-
CMYK00.830.780.56
HSL356.74º70.77%25.49%-
HSV(B)356.74º82.88%43.53%-
XYZ6.953.911.25-
YUV47.08114.98173.59-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 72.08%
GREEN value IS 19 (7.81% from 255) = 12.34%
BLUE value IS 24 (9.77% from 255) = 15.58%
R=72.08%
G=12.34%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111192400.830.780.56356.7470.7725.49
Hex6F13180534E381654719
Octal157233001231167054510731
Binary11011111001111000010100111001110111000101100101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,19,24); }

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

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

 a { background-color: rgb(111,19,24); }

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

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

 span { border-color: rgb(111,19,24); }

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