#6F0418

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

Shades of Burgundy #6F0418

Tints of Burgundy #6F0418

Color information

#6F0418 (or 0x6F0418) is unknown color: approx Burgundy. HEX triplet: 6F, 04 and 18. RGB value is (111,4,24). Sum of RGB (Red+Green+Blue) = 111+4+24=139 (18% of max value = 765). Red value is 111 (43.75% from 255 or 79.86% from 139); Green value is 4 (1.95% from 255 or 2.88% from 139); Blue value is 24 (9.77% from 255 or 17.27% from 139); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0418 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0418 is #90FBE7. Grayscale: #262626. Windows color (decimal): -9501672 or 1573999. OLE color: 1573999.

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

Color convert

RGB111424-
CMYK00.960.780.56
HSL348.79º93.04%22.55%-
HSV(B)348.79º96.4%43.53%-
XYZ6.763.531.19-
YUV38.27119.95179.87-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 79.86%
GREEN value IS 4 (1.95% from 255) = 2.88%
BLUE value IS 24 (9.77% from 255) = 17.27%
R=79.86%
G=2.88%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11142400.960.780.56348.7993.0422.55
Hex6F4180604E3815d5d17
Octal15743001401167053513527
Binary110111110011000011000001001110111000101011101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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