#6C031C

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

Shades of Burgundy #6C031C

Tints of Burgundy #6C031C

Color information

#6C031C (or 0x6C031C) is unknown color: approx Burgundy. HEX triplet: 6C, 03 and 1C. RGB value is (108,3,28). Sum of RGB (Red+Green+Blue) = 108+3+28=139 (18% of max value = 765). Red value is 108 (42.58% from 255 or 77.70% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 28 (11.33% from 255 or 20.14% from 139); Max value from RGB is 108 - color contains mainly: red. Hex color #6C031C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C031C is #93FCE3. Grayscale: #252525. Windows color (decimal): -9698532 or 1835884. OLE color: 1835884.

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

Color convert

RGB108328-
CMYK00.970.740.58
HSL345.71º94.59%21.76%-
HSV(B)345.71º97.22%42.35%-
XYZ6.433.341.4-
YUV37.25122.79178.47-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 77.70%
GREEN value IS 3 (1.56% from 255) = 2.16%
BLUE value IS 28 (11.33% from 255) = 20.14%
R=77.70%
G=2.16%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.74
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10832800.970.740.58345.7194.5921.76
Hex6C31C0614A3A15a5f16
Octal15433401411127253213726
Binary11011001111100011000011001010111010101011010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C031C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,3,28); }

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

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

 a { background-color: rgb(108,3,28); }

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

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

 span { border-color: rgb(108,3,28); }

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