Html Css Color HEX #6A020B Burgundy

📋 copy color: '#6A020B'

red 106 ◦ green 2 ◦ blue 11

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

Shades of Burgundy #6A020B

Tints of Burgundy #6A020B

RGB

 RED value IS 106 (41.8% from 255) = 89.08%

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

 BLUE value IS 11 (4.69% from 255) = 9.24%

R = 89.08%
G = 1.68%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.58

RGB Variations

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

Color information

#6A020B (or 0x6A020B) is known color: Burgundy. HEX triplet: 6A, 02 and 0B. RGB value is (106,2,11). Sum of RGB (Red+Green+Blue) = 106+2+11=119 (15% of max value = 765). Red value is 106 (41.80% from 255 or 89.08% from 119); Green value is 2 (1.17% from 255 or 1.68% from 119); Blue value is 11 (4.69% from 255 or 9.24% from 119); Max value from RGB is 106 - color contains mainly: red. Hex color #6A020B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A020B is #95FDF4. Grayscale: #222222. Windows color (decimal): -9829877 or 721514. OLE color: 721514.

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

Color convert

RGB 106 2 11 -
CMYK 0 0.98 0.90 0.58
HSL 354.81º 0.96% 0.21% -
HSV(B) 354.81º 0.98% 0.42% -
XYZ 6.03 3.13 0.6 -
YUV 34.12 114.96 179.27 -
System Red Green Blue C M Y K H S L
Decimal 106 2 11 0 0.98 0.90 0.58 354.81 0.96 0.21
Hex 6A 2 B 0 62 5A 3A 163 60 15
Octal 152 2 13 0 142 132 72 543 140 25
Binary 1101010 10 1011 0 1100010 1011010 111010 101100011 1100000 10101

Color Harmonies of #6A020B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A020B

Black with #6A020B

Text Example


Text Example

White with #6A020B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,2,11); }

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

background-color css

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

 a { background-color: rgb(106,2,11); }

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

border-color css

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

 span { border-color: rgb(106,2,11); }

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