Html Css Color HEX #6C0229 Burgundy

📋 copy color: '#6C0229'

red 108 ◦ green 2 ◦ blue 41

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

Shades of Burgundy #6C0229

Tints of Burgundy #6C0229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 27.15%

R = 71.52%
G = 1.32%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.62

 K value IS 0.58

RGB Variations

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

Color information

#6C0229 (or 0x6C0229) is known color: Burgundy. HEX triplet: 6C, 02 and 29. RGB value is (108,2,41). Sum of RGB (Red+Green+Blue) = 108+2+41=151 (20% of max value = 765). Red value is 108 (42.58% from 255 or 71.52% from 151); Green value is 2 (1.17% from 255 or 1.32% from 151); Blue value is 41 (16.41% from 255 or 27.15% from 151); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0229 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0229 is #93FDD6. Grayscale: #262626. Windows color (decimal): -9698775 or 2687596. OLE color: 2687596.

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

Color convert

RGB 108 2 41 -
CMYK 0 0.98 0.62 0.58
HSL 337.92º 0.96% 0.22% -
HSV(B) 337.92º 0.98% 0.42% -
XYZ 6.61 3.39 2.4 -
YUV 38.14 129.62 177.83 -
System Red Green Blue C M Y K H S L
Decimal 108 2 41 0 0.98 0.62 0.58 337.92 0.96 0.22
Hex 6C 2 29 0 62 3E 3A 152 60 16
Octal 154 2 51 0 142 76 72 522 140 26
Binary 1101100 10 101001 0 1100010 111110 111010 101010010 1100000 10110

Color Harmonies of #6C0229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0229

Black with #6C0229

Text Example


Text Example

White with #6C0229

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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