Html Css Color HEX #6A0219 Burgundy

📋 copy color: '#6A0219'

red 106 ◦ green 2 ◦ blue 25

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

Shades of Burgundy #6A0219

Tints of Burgundy #6A0219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 18.8%

R = 79.7%
G = 1.5%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.58

RGB Variations

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

Color information

#6A0219 (or 0x6A0219) is known color: Burgundy. HEX triplet: 6A, 02 and 19. RGB value is (106,2,25). Sum of RGB (Red+Green+Blue) = 106+2+25=133 (17% of max value = 765). Red value is 106 (41.80% from 255 or 79.70% from 133); Green value is 2 (1.17% from 255 or 1.50% from 133); Blue value is 25 (10.16% from 255 or 18.80% from 133); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0219 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A0219 is #95FDE6. Grayscale: #232323. Windows color (decimal): -9829863 or 1639018. OLE color: 1639018.

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

Color convert

RGB 106 2 25 -
CMYK 0 0.98 0.76 0.58
HSL 346.73º 0.96% 0.21% -
HSV(B) 346.73º 0.98% 0.42% -
XYZ 6.14 3.18 1.21 -
YUV 35.72 121.96 178.13 -
System Red Green Blue C M Y K H S L
Decimal 106 2 25 0 0.98 0.76 0.58 346.73 0.96 0.21
Hex 6A 2 19 0 62 4C 3A 15B 60 15
Octal 152 2 31 0 142 114 72 533 140 25
Binary 1101010 10 11001 0 1100010 1001100 111010 101011011 1100000 10101

Color Harmonies of #6A0219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0219

Black with #6A0219

Text Example


Text Example

White with #6A0219

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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