Html Css Color HEX #6C0929 Burgundy

📋 copy color: '#6C0929'

red 108 ◦ green 9 ◦ blue 41

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

Shades of Burgundy #6C0929

Tints of Burgundy #6C0929

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.7%

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

R = 68.35%
G = 5.7%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.62

 K value IS 0.58

RGB Variations

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

Color information

#6C0929 (or 0x6C0929) is known color: Burgundy. HEX triplet: 6C, 09 and 29. RGB value is (108,9,41). Sum of RGB (Red+Green+Blue) = 108+9+41=158 (20% of max value = 765). Red value is 108 (42.58% from 255 or 68.35% from 158); Green value is 9 (3.91% from 255 or 5.70% from 158); Blue value is 41 (16.41% from 255 or 25.95% from 158); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0929 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0929 is #93F6D6. Grayscale: #2A2A2A. Windows color (decimal): -9696983 or 2689388. OLE color: 2689388.

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

Color convert

RGB 108 9 41 -
CMYK 0 0.92 0.62 0.58
HSL 340.61º 0.85% 0.23% -
HSV(B) 340.61º 0.92% 0.42% -
XYZ 6.68 3.54 2.43 -
YUV 42.25 127.3 174.9 -
System Red Green Blue C M Y K H S L
Decimal 108 9 41 0 0.92 0.62 0.58 340.61 0.85 0.23
Hex 6C 9 29 0 5C 3E 3A 155 55 17
Octal 154 11 51 0 134 76 72 525 125 27
Binary 1101100 1001 101001 0 1011100 111110 111010 101010101 1010101 10111

Color Harmonies of #6C0929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0929

Black with #6C0929

Text Example


Text Example

White with #6C0929

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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