Html Css Color HEX #6D021C Burgundy

📋 copy color: '#6D021C'

red 109 ◦ green 2 ◦ blue 28

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

Shades of Burgundy #6D021C

Tints of Burgundy #6D021C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 20.14%

R = 78.42%
G = 1.44%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.57

RGB Variations

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

Color information

#6D021C (or 0x6D021C) is known color: Burgundy. HEX triplet: 6D, 02 and 1C. RGB value is (109,2,28). Sum of RGB (Red+Green+Blue) = 109+2+28=139 (18% of max value = 765). Red value is 109 (42.97% from 255 or 78.42% from 139); Green value is 2 (1.17% from 255 or 1.44% from 139); Blue value is 28 (11.33% from 255 or 20.14% from 139); Max value from RGB is 109 - color contains mainly: red. Hex color #6D021C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D021C is #92FDE3. Grayscale: #242424. Windows color (decimal): -9633252 or 1835629. OLE color: 1835629.

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

Color convert

RGB 109 2 28 -
CMYK 0 0.98 0.74 0.57
HSL 345.42º 0.96% 0.22% -
HSV(B) 345.42º 0.98% 0.43% -
XYZ 6.54 3.38 1.41 -
YUV 36.96 122.95 179.39 -
System Red Green Blue C M Y K H S L
Decimal 109 2 28 0 0.98 0.74 0.57 345.42 0.96 0.22
Hex 6D 2 1C 0 62 4A 39 159 60 16
Octal 155 2 34 0 142 112 71 531 140 26
Binary 1101101 10 11100 0 1100010 1001010 111001 101011001 1100000 10110

Color Harmonies of #6D021C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D021C

Black with #6D021C

Text Example


Text Example

White with #6D021C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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