Html Css Color HEX #6A011E Burgundy

📋 copy color: '#6A011E'

red 106 ◦ green 1 ◦ blue 30

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

Shades of Burgundy #6A011E

Tints of Burgundy #6A011E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.73%

 BLUE value IS 30 (12.11% from 255) = 21.9%

R = 77.37%
G = 0.73%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.58

RGB Variations

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

Color information

#6A011E (or 0x6A011E) is known color: Burgundy. HEX triplet: 6A, 01 and 1E. RGB value is (106,1,30). Sum of RGB (Red+Green+Blue) = 106+1+30=137 (18% of max value = 765). Red value is 106 (41.80% from 255 or 77.37% from 137); Green value is 1 (0.78% from 255 or 0.73% from 137); Blue value is 30 (12.11% from 255 or 21.90% from 137); Max value from RGB is 106 - color contains mainly: red. Hex color #6A011E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A011E is #95FEE1. Grayscale: #232323. Windows color (decimal): -9830114 or 1966442. OLE color: 1966442.

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

Color convert

RGB 106 1 30 -
CMYK 0 0.99 0.72 0.58
HSL 343.43º 0.98% 0.21% -
HSV(B) 343.43º 0.99% 0.42% -
XYZ 6.19 3.18 1.52 -
YUV 35.7 124.79 178.14 -
System Red Green Blue C M Y K H S L
Decimal 106 1 30 0 0.99 0.72 0.58 343.43 0.98 0.21
Hex 6A 1 1E 0 63 48 3A 157 62 15
Octal 152 1 36 0 143 110 72 527 142 25
Binary 1101010 1 11110 0 1100011 1001000 111010 101010111 1100010 10101

Color Harmonies of #6A011E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A011E

Black with #6A011E

Text Example


Text Example

White with #6A011E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,1,30); }

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

background-color css

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

 a { background-color: rgb(106,1,30); }

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

border-color css

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

 span { border-color: rgb(106,1,30); }

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