Html Css Color HEX #6A021B Burgundy

📋 copy color: '#6A021B'

red 106 ◦ green 2 ◦ blue 27

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

Shades of Burgundy #6A021B

Tints of Burgundy #6A021B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 20%

R = 78.52%
G = 1.48%
B = 20%

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

#6A021B (or 0x6A021B) is known color: Burgundy. HEX triplet: 6A, 02 and 1B. RGB value is (106,2,27). Sum of RGB (Red+Green+Blue) = 106+2+27=135 (17% of max value = 765). Red value is 106 (41.80% from 255 or 78.52% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 27 (10.94% from 255 or 20% from 135); Max value from RGB is 106 - color contains mainly: red. Hex color #6A021B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A021B is #95FDE4. Grayscale: #232323. Windows color (decimal): -9829861 or 1770090. OLE color: 1770090.

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

Color convert

RGB 106 2 27 -
CMYK 0 0.98 0.75 0.58
HSL 345.58º 0.96% 0.21% -
HSV(B) 345.58º 0.98% 0.42% -
XYZ 6.16 3.19 1.33 -
YUV 35.95 122.96 177.97 -
System Red Green Blue C M Y K H S L
Decimal 106 2 27 0 0.98 0.75 0.58 345.58 0.96 0.21
Hex 6A 2 1B 0 62 4B 3A 15A 60 15
Octal 152 2 33 0 142 113 72 532 140 25
Binary 1101010 10 11011 0 1100010 1001011 111010 101011010 1100000 10101

Color Harmonies of #6A021B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A021B

Black with #6A021B

Text Example


Text Example

White with #6A021B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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