Html Css Color HEX #7A0816 Burgundy

📋 copy color: '#7A0816'

red 122 ◦ green 8 ◦ blue 22

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

Shades of Burgundy #7A0816

Tints of Burgundy #7A0816

RGB

 RED value IS 122 (48.05% from 255) = 80.26%

 GREEN value IS 8 (3.52% from 255) = 5.26%

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

R = 80.26%
G = 5.26%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.52

RGB Variations

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

Color information

#7A0816 (or 0x7A0816) is known color: Burgundy. HEX triplet: 7A, 08 and 16. RGB value is (122,8,22). Sum of RGB (Red+Green+Blue) = 122+8+22=152 (20% of max value = 765). Red value is 122 (48.05% from 255 or 80.26% from 152); Green value is 8 (3.52% from 255 or 5.26% from 152); Blue value is 22 (8.98% from 255 or 14.47% from 152); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0816 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A0816 is #85F7E9. Grayscale: #2B2B2B. Windows color (decimal): -8779754 or 1443962. OLE color: 1443962.

HSL color Cylindrical-coordinate representation of color #7A0816: hue angle of 352.63º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A0816 is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 8 22 -
CMYK 0 0.93 0.82 0.52
HSL 352.63º 0.88% 0.25% -
HSV(B) 352.63º 0.93% 0.48% -
XYZ 8.26 4.37 1.17 -
YUV 43.68 115.77 183.86 -
System Red Green Blue C M Y K H S L
Decimal 122 8 22 0 0.93 0.82 0.52 352.63 0.88 0.25
Hex 7A 8 16 0 5D 52 34 161 58 19
Octal 172 10 26 0 135 122 64 541 130 31
Binary 1111010 1000 10110 0 1011101 1010010 110100 101100001 1011000 11001

Color Harmonies of #7A0816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0816

Black with #7A0816

Text Example


Text Example

White with #7A0816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A0816; }

 p { color: rgb(122,8,22); }

 H1.HeaderClassName
 {
   color: #7A0816;
 }
 .AnyTagClassName
 {
   color: #7A0816;
 }
</style>

background-color css

<style>
 a { background-color: #7A0816; }

 a { background-color: rgb(122,8,22); }

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

border-color css

<style>
 span { border-color: #7A0816; }

 span { border-color: rgb(122,8,22); }

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