Html Css Color HEX #6D020C Burgundy

📋 copy color: '#6D020C'

red 109 ◦ green 2 ◦ blue 12

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

Shades of Burgundy #6D020C

Tints of Burgundy #6D020C

RGB

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

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

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

R = 88.62%
G = 1.63%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.57

RGB Variations

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

Color information

#6D020C (or 0x6D020C) is known color: Burgundy. HEX triplet: 6D, 02 and 0C. RGB value is (109,2,12). Sum of RGB (Red+Green+Blue) = 109+2+12=123 (16% of max value = 765). Red value is 109 (42.97% from 255 or 88.62% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 12 (5.08% from 255 or 9.76% from 123); Max value from RGB is 109 - color contains mainly: red. Hex color #6D020C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D020C is #92FDF3. Grayscale: #232323. Windows color (decimal): -9633268 or 787053. OLE color: 787053.

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

Color convert

RGB 109 2 12 -
CMYK 0 0.98 0.89 0.57
HSL 354.39º 0.96% 0.22% -
HSV(B) 354.39º 0.98% 0.43% -
XYZ 6.39 3.32 0.65 -
YUV 35.13 114.95 180.69 -
System Red Green Blue C M Y K H S L
Decimal 109 2 12 0 0.98 0.89 0.57 354.39 0.96 0.22
Hex 6D 2 C 0 62 59 39 162 60 16
Octal 155 2 14 0 142 131 71 542 140 26
Binary 1101101 10 1100 0 1100010 1011001 111001 101100010 1100000 10110

Color Harmonies of #6D020C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D020C

Black with #6D020C

Text Example


Text Example

White with #6D020C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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