Html Css Color HEX #6A021A Burgundy

📋 copy color: '#6A021A'

red 106 ◦ green 2 ◦ blue 26

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

Shades of Burgundy #6A021A

Tints of Burgundy #6A021A

RGB

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

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

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

R = 79.1%
G = 1.49%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.58

RGB Variations

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

Color information

#6A021A (or 0x6A021A) is known color: Burgundy. HEX triplet: 6A, 02 and 1A. RGB value is (106,2,26). Sum of RGB (Red+Green+Blue) = 106+2+26=134 (17% of max value = 765). Red value is 106 (41.80% from 255 or 79.10% from 134); Green value is 2 (1.17% from 255 or 1.49% from 134); Blue value is 26 (10.55% from 255 or 19.40% from 134); Max value from RGB is 106 - color contains mainly: red. Hex color #6A021A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A021A is #95FDE5. Grayscale: #232323. Windows color (decimal): -9829862 or 1704554. OLE color: 1704554.

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

Color convert

RGB 106 2 26 -
CMYK 0 0.98 0.75 0.58
HSL 346.15º 0.96% 0.21% -
HSV(B) 346.15º 0.98% 0.42% -
XYZ 6.15 3.18 1.27 -
YUV 35.83 122.46 178.05 -
System Red Green Blue C M Y K H S L
Decimal 106 2 26 0 0.98 0.75 0.58 346.15 0.96 0.21
Hex 6A 2 1A 0 62 4B 3A 15A 60 15
Octal 152 2 32 0 142 113 72 532 140 25
Binary 1101010 10 11010 0 1100010 1001011 111010 101011010 1100000 10101

Color Harmonies of #6A021A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A021A

Black with #6A021A

Text Example


Text Example

White with #6A021A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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