Html Css Color HEX #6A0416 Burgundy

📋 copy color: '#6A0416'

red 106 ◦ green 4 ◦ blue 22

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

Shades of Burgundy #6A0416

Tints of Burgundy #6A0416

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.03%

 BLUE value IS 22 (8.98% from 255) = 16.67%

R = 80.3%
G = 3.03%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.58

RGB Variations

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

Color information

#6A0416 (or 0x6A0416) is known color: Burgundy. HEX triplet: 6A, 04 and 16. RGB value is (106,4,22). Sum of RGB (Red+Green+Blue) = 106+4+22=132 (17% of max value = 765). Red value is 106 (41.80% from 255 or 80.30% from 132); Green value is 4 (1.95% from 255 or 3.03% from 132); Blue value is 22 (8.98% from 255 or 16.67% from 132); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0416 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A0416 is #95FBE9. Grayscale: #242424. Windows color (decimal): -9829354 or 1442922. OLE color: 1442922.

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

Color convert

RGB 106 4 22 -
CMYK 0 0.96 0.79 0.58
HSL 349.41º 0.93% 0.22% -
HSV(B) 349.41º 0.96% 0.42% -
XYZ 6.13 3.21 1.06 -
YUV 36.55 119.79 177.54 -
System Red Green Blue C M Y K H S L
Decimal 106 4 22 0 0.96 0.79 0.58 349.41 0.93 0.22
Hex 6A 4 16 0 60 4F 3A 15D 5D 16
Octal 152 4 26 0 140 117 72 535 135 26
Binary 1101010 100 10110 0 1100000 1001111 111010 101011101 1011101 10110

Color Harmonies of #6A0416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0416

Black with #6A0416

Text Example


Text Example

White with #6A0416

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,4,22); }

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

background-color css

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

 a { background-color: rgb(106,4,22); }

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

border-color css

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

 span { border-color: rgb(106,4,22); }

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