#6F0308

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

Shades of Burgundy #6F0308

Tints of Burgundy #6F0308

Color information

#6F0308 (or 0x6F0308) is unknown color: approx Burgundy. HEX triplet: 6F, 03 and 08. RGB value is (111,3,8). Sum of RGB (Red+Green+Blue) = 111+3+8=122 (16% of max value = 765). Red value is 111 (43.75% from 255 or 90.98% from 122); Green value is 3 (1.56% from 255 or 2.46% from 122); Blue value is 8 (3.52% from 255 or 6.56% from 122); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0308 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0308 is #90FCF7. Grayscale: #232323. Windows color (decimal): -9501944 or 525167. OLE color: 525167.

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

Color convert

RGB11138-
CMYK00.970.930.56
HSL357.22º94.74%22.35%-
HSV(B)357.22º97.3%43.53%-
XYZ6.633.460.55-
YUV35.86112.28181.59-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 90.98%
GREEN value IS 3 (1.56% from 255) = 2.46%
BLUE value IS 8 (3.52% from 255) = 6.56%
R=90.98%
G=2.46%
B=6.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.93
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1113800.970.930.56357.2294.7422.35
Hex6F380615D381655f16
Octal15731001411357054513726
Binary1101111111000011000011011101111000101100101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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