Html Css Color HEX #6D080C Burgundy

📋 copy color: '#6D080C'

red 109 ◦ green 8 ◦ blue 12

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

Shades of Burgundy #6D080C

Tints of Burgundy #6D080C

RGB

 RED value IS 109 (42.97% from 255) = 84.5%

 GREEN value IS 8 (3.52% from 255) = 6.2%

 BLUE value IS 12 (5.08% from 255) = 9.3%

R = 84.5%
G = 6.2%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.89

 K value IS 0.57

RGB Variations

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

Color information

#6D080C (or 0x6D080C) is known color: Burgundy. HEX triplet: 6D, 08 and 0C. RGB value is (109,8,12). Sum of RGB (Red+Green+Blue) = 109+8+12=129 (17% of max value = 765). Red value is 109 (42.97% from 255 or 84.50% from 129); Green value is 8 (3.52% from 255 or 6.20% from 129); Blue value is 12 (5.08% from 255 or 9.30% from 129); Max value from RGB is 109 - color contains mainly: red. Hex color #6D080C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D080C is #92F7F3. Grayscale: #262626. Windows color (decimal): -9631732 or 788589. OLE color: 788589.

HSL color Cylindrical-coordinate representation of color #6D080C: hue angle of 357.62º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6D080C is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 8 12 -
CMYK 0 0.93 0.89 0.57
HSL 357.62º 0.86% 0.23% -
HSV(B) 357.62º 0.93% 0.43% -
XYZ 6.46 3.45 0.67 -
YUV 38.66 112.96 178.17 -
System Red Green Blue C M Y K H S L
Decimal 109 8 12 0 0.93 0.89 0.57 357.62 0.86 0.23
Hex 6D 8 C 0 5D 59 39 166 56 17
Octal 155 10 14 0 135 131 71 546 126 27
Binary 1101101 1000 1100 0 1011101 1011001 111001 101100110 1010110 10111

Color Harmonies of #6D080C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D080C

Black with #6D080C

Text Example


Text Example

White with #6D080C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,8,12); }

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

background-color css

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

 a { background-color: rgb(109,8,12); }

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

border-color css

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

 span { border-color: rgb(109,8,12); }

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