#6E0308

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

Shades of Burgundy #6E0308

Tints of Burgundy #6E0308

Color information

#6E0308 (or 0x6E0308) is unknown color: approx Burgundy. HEX triplet: 6E, 03 and 08. RGB value is (110,3,8). Sum of RGB (Red+Green+Blue) = 110+3+8=121 (16% of max value = 765). Red value is 110 (43.36% from 255 or 90.91% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 8 (3.52% from 255 or 6.61% from 121); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0308 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E0308 is #91FCF7. Grayscale: #232323. Windows color (decimal): -9567480 or 525166. OLE color: 525166.

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

Color convert

RGB11038-
CMYK00.970.930.57
HSL357.2º94.69%22.16%-
HSV(B)357.2º97.27%43.14%-
XYZ6.513.40.54-
YUV35.56112.45181.09-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 90.91%
GREEN value IS 3 (1.56% from 255) = 2.48%
BLUE value IS 8 (3.52% from 255) = 6.61%
R=90.91%
G=2.48%
B=6.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.93
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1103800.970.930.57357.294.6922.16
Hex6E380615D391655f16
Octal15631001411357154513726
Binary1101110111000011000011011101111001101100101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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