#6C071E

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

Shades of Burgundy #6C071E

Tints of Burgundy #6C071E

Color information

#6C071E (or 0x6C071E) is unknown color: approx Burgundy. HEX triplet: 6C, 07 and 1E. RGB value is (108,7,30). Sum of RGB (Red+Green+Blue) = 108+7+30=145 (19% of max value = 765). Red value is 108 (42.58% from 255 or 74.48% from 145); Green value is 7 (3.12% from 255 or 4.83% from 145); Blue value is 30 (12.11% from 255 or 20.69% from 145); Max value from RGB is 108 - color contains mainly: red. Hex color #6C071E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C071E is #93F8E1. Grayscale: #272727. Windows color (decimal): -9697506 or 1967980. OLE color: 1967980.

HSL color Cylindrical-coordinate representation of color #6C071E: hue angle of 346.34º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6C071E is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.58.

Color convert

RGB108730-
CMYK00.940.720.58
HSL346.34º87.83%22.55%-
HSV(B)346.34º93.52%42.35%-
XYZ6.493.431.55-
YUV39.82122.46176.63-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 74.48%
GREEN value IS 7 (3.12% from 255) = 4.83%
BLUE value IS 30 (12.11% from 255) = 20.69%
R=74.48%
G=4.83%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.72
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10873000.940.720.58346.3487.8322.55
Hex6C71E05E483A15a5817
Octal15473601361107253213027
Binary110110011111110010111101001000111010101011010101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C071E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,7,30); }

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

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

 a { background-color: rgb(108,7,30); }

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

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

 span { border-color: rgb(108,7,30); }

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