Html Css Color HEX #6D021A Burgundy

📋 copy color: '#6D021A'

red 109 ◦ green 2 ◦ blue 26

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

Shades of Burgundy #6D021A

Tints of Burgundy #6D021A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 18.98%

R = 79.56%
G = 1.46%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.57

RGB Variations

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

Color information

#6D021A (or 0x6D021A) is known color: Burgundy. HEX triplet: 6D, 02 and 1A. RGB value is (109,2,26). Sum of RGB (Red+Green+Blue) = 109+2+26=137 (18% of max value = 765). Red value is 109 (42.97% from 255 or 79.56% from 137); Green value is 2 (1.17% from 255 or 1.46% from 137); Blue value is 26 (10.55% from 255 or 18.98% from 137); Max value from RGB is 109 - color contains mainly: red. Hex color #6D021A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D021A is #92FDE5. Grayscale: #242424. Windows color (decimal): -9633254 or 1704557. OLE color: 1704557.

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

Color convert

RGB 109 2 26 -
CMYK 0 0.98 0.76 0.57
HSL 346.54º 0.96% 0.22% -
HSV(B) 346.54º 0.98% 0.43% -
XYZ 6.51 3.37 1.28 -
YUV 36.73 121.95 179.55 -
System Red Green Blue C M Y K H S L
Decimal 109 2 26 0 0.98 0.76 0.57 346.54 0.96 0.22
Hex 6D 2 1A 0 62 4C 39 15B 60 16
Octal 155 2 32 0 142 114 71 533 140 26
Binary 1101101 10 11010 0 1100010 1001100 111001 101011011 1100000 10110

Color Harmonies of #6D021A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D021A

Black with #6D021A

Text Example


Text Example

White with #6D021A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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