#6C031B

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

Shades of Burgundy #6C031B

Tints of Burgundy #6C031B

Color information

#6C031B (or 0x6C031B) is unknown color: approx Burgundy. HEX triplet: 6C, 03 and 1B. RGB value is (108,3,27). Sum of RGB (Red+Green+Blue) = 108+3+27=138 (18% of max value = 765). Red value is 108 (42.58% from 255 or 78.26% from 138); Green value is 3 (1.56% from 255 or 2.17% from 138); Blue value is 27 (10.94% from 255 or 19.57% from 138); Max value from RGB is 108 - color contains mainly: red. Hex color #6C031B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C031B is #93FCE4. Grayscale: #252525. Windows color (decimal): -9698533 or 1770348. OLE color: 1770348.

HSL color Cylindrical-coordinate representation of color #6C031B: hue angle of 346.29º 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 #6C031B is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.58.

Color convert

RGB108327-
CMYK00.970.750.58
HSL346.29º94.59%21.76%-
HSV(B)346.29º97.22%42.35%-
XYZ6.413.331.34-
YUV37.13122.29178.55-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 78.26%
GREEN value IS 3 (1.56% from 255) = 2.17%
BLUE value IS 27 (10.94% from 255) = 19.57%
R=78.26%
G=2.17%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.75
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10832700.970.750.58346.2994.5921.76
Hex6C31B0614B3A15a5f16
Octal15433301411137253213726
Binary11011001111011011000011001011111010101011010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C031B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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