#6F0008

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

Shades of Burgundy #6F0008

Tints of Burgundy #6F0008

Color information

#6F0008 (or 0x6F0008) is unknown color: approx Burgundy. HEX triplet: 6F, 00 and 08. RGB value is (111,0,8). Sum of RGB (Red+Green+Blue) = 111+0+8=119 (15% of max value = 765). Red value is 111 (43.75% from 255 or 93.28% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 8 (3.52% from 255 or 6.72% from 119); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0008 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0008 is #90FFF7. Grayscale: #222222. Windows color (decimal): -9502712 or 524399. OLE color: 524399.

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

Color convert

RGB11108-
CMYK010.930.56
HSL355.68º100%21.76%-
HSV(B)355.68º100%43.53%-
XYZ6.63.40.54-
YUV34.1113.27182.85-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 93.28%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 8 (3.52% from 255) = 6.72%
R=93.28%
G=0%
B=6.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.93
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11108010.930.56355.6810021.76
Hex6F080645D381646416
Octal15701001441357054414426
Binary110111101000011001001011101111000101100100110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,0,8); }

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

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

 a { background-color: rgb(111,0,8); }

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

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

 span { border-color: rgb(111,0,8); }

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