#6C0417

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

Shades of Burgundy #6C0417

Tints of Burgundy #6C0417

Color information

#6C0417 (or 0x6C0417) is unknown color: approx Burgundy. HEX triplet: 6C, 04 and 17. RGB value is (108,4,23). Sum of RGB (Red+Green+Blue) = 108+4+23=135 (17% of max value = 765). Red value is 108 (42.58% from 255 or 80% from 135); Green value is 4 (1.95% from 255 or 2.96% from 135); Blue value is 23 (9.38% from 255 or 17.04% from 135); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0417 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C0417 is #93FBE8. Grayscale: #252525. Windows color (decimal): -9698281 or 1508460. OLE color: 1508460.

HSL color Cylindrical-coordinate representation of color #6C0417: hue angle of 349.04º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6C0417 is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.58.

Color convert

RGB108423-
CMYK00.960.790.58
HSL349.04º92.86%21.96%-
HSV(B)349.04º96.3%42.35%-
XYZ6.383.341.12-
YUV37.26119.96178.46-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 80%
GREEN value IS 4 (1.95% from 255) = 2.96%
BLUE value IS 23 (9.38% from 255) = 17.04%
R=80%
G=2.96%
B=17.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.79
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10842300.960.790.58349.0492.8621.96
Hex6C4170604F3A15d5d16
Octal15442701401177253513526
Binary110110010010111011000001001111111010101011101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,4,23); }

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

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

 a { background-color: rgb(108,4,23); }

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

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

 span { border-color: rgb(108,4,23); }

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