Html Css Color HEX #6C021C Burgundy

📋 copy color: '#6C021C'

red 108 ◦ green 2 ◦ blue 28

#6C021C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burgundy #6C021C

Tints of Burgundy #6C021C

RGB

 RED value IS 108 (42.58% from 255) = 78.26%

 GREEN value IS 2 (1.17% from 255) = 1.45%

 BLUE value IS 28 (11.33% from 255) = 20.29%

R = 78.26%
G = 1.45%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.58

RGB Variations

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

Color information

#6C021C (or 0x6C021C) is known color: Burgundy. HEX triplet: 6C, 02 and 1C. RGB value is (108,2,28). Sum of RGB (Red+Green+Blue) = 108+2+28=138 (18% of max value = 765). Red value is 108 (42.58% from 255 or 78.26% from 138); Green value is 2 (1.17% from 255 or 1.45% from 138); Blue value is 28 (11.33% from 255 or 20.29% from 138); Max value from RGB is 108 - color contains mainly: red. Hex color #6C021C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C021C is #93FDE3. Grayscale: #242424. Windows color (decimal): -9698788 or 1835628. OLE color: 1835628.

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

Color convert

RGB 108 2 28 -
CMYK 0 0.98 0.74 0.58
HSL 345.28º 0.96% 0.22% -
HSV(B) 345.28º 0.98% 0.42% -
XYZ 6.42 3.32 1.4 -
YUV 36.66 123.12 178.89 -
System Red Green Blue C M Y K H S L
Decimal 108 2 28 0 0.98 0.74 0.58 345.28 0.96 0.22
Hex 6C 2 1C 0 62 4A 3A 159 60 16
Octal 154 2 34 0 142 112 72 531 140 26
Binary 1101100 10 11100 0 1100010 1001010 111010 101011001 1100000 10110

Color Harmonies of #6C021C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C021C

Black with #6C021C

Text Example


Text Example

White with #6C021C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6C021C;
 }
 .AnyTagClassName
 {
   color: #6C021C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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