#6F0A24

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

Shades of Burgundy #6F0A24

Tints of Burgundy #6F0A24

Color information

#6F0A24 (or 0x6F0A24) is unknown color: approx Burgundy. HEX triplet: 6F, 0A and 24. RGB value is (111,10,36). Sum of RGB (Red+Green+Blue) = 111+10+36=157 (20% of max value = 765). Red value is 111 (43.75% from 255 or 70.70% from 157); Green value is 10 (4.30% from 255 or 6.37% from 157); Blue value is 36 (14.45% from 255 or 22.93% from 157); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0A24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0A24 is #90F5DB. Grayscale: #2B2B2B. Windows color (decimal): -9500124 or 2361967. OLE color: 2361967.

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

Color convert

RGB1111036-
CMYK00.910.680.56
HSL344.55º83.47%23.73%-
HSV(B)344.55º90.99%43.53%-
XYZ6.983.722.02-
YUV43.16123.96176.39-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 70.70%
GREEN value IS 10 (4.30% from 255) = 6.37%
BLUE value IS 36 (14.45% from 255) = 22.93%
R=70.70%
G=6.37%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111103600.910.680.56344.5583.4723.73
Hex6FA2405B44381595318
Octal157124401331047053112330
Binary11011111010100100010110111000100111000101011001101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,10,36); }

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

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

 a { background-color: rgb(111,10,36); }

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

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

 span { border-color: rgb(111,10,36); }

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