Html Css Color HEX #6C0109 Burgundy

📋 copy color: '#6C0109'

red 108 ◦ green 1 ◦ blue 9

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

Shades of Burgundy #6C0109

Tints of Burgundy #6C0109

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.85%

 BLUE value IS 9 (3.91% from 255) = 7.63%

R = 91.53%
G = 0.85%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.58

RGB Variations

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

Color information

#6C0109 (or 0x6C0109) is known color: Burgundy. HEX triplet: 6C, 01 and 09. RGB value is (108,1,9). Sum of RGB (Red+Green+Blue) = 108+1+9=118 (15% of max value = 765). Red value is 108 (42.58% from 255 or 91.53% from 118); Green value is 1 (0.78% from 255 or 0.85% from 118); Blue value is 9 (3.91% from 255 or 7.63% from 118); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0109 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C0109 is #93FEF6. Grayscale: #212121. Windows color (decimal): -9699063 or 590188. OLE color: 590188.

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

Color convert

RGB 108 1 9 -
CMYK 0 0.99 0.92 0.58
HSL 355.51º 0.98% 0.21% -
HSV(B) 355.51º 0.99% 0.42% -
XYZ 6.24 3.23 0.55 -
YUV 33.91 113.95 180.85 -
System Red Green Blue C M Y K H S L
Decimal 108 1 9 0 0.99 0.92 0.58 355.51 0.98 0.21
Hex 6C 1 9 0 63 5C 3A 164 62 15
Octal 154 1 11 0 143 134 72 544 142 25
Binary 1101100 1 1001 0 1100011 1011100 111010 101100100 1100010 10101

Color Harmonies of #6C0109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0109

Black with #6C0109

Text Example


Text Example

White with #6C0109

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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