Html Css Color HEX #7A0817 Burgundy

📋 copy color: '#7A0817'

red 122 ◦ green 8 ◦ blue 23

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

Shades of Burgundy #7A0817

Tints of Burgundy #7A0817

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 15.03%

R = 79.74%
G = 5.23%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.81

 K value IS 0.52

RGB Variations

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

Color information

#7A0817 (or 0x7A0817) is known color: Burgundy. HEX triplet: 7A, 08 and 17. RGB value is (122,8,23). Sum of RGB (Red+Green+Blue) = 122+8+23=153 (20% of max value = 765). Red value is 122 (48.05% from 255 or 79.74% from 153); Green value is 8 (3.52% from 255 or 5.23% from 153); Blue value is 23 (9.38% from 255 or 15.03% from 153); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0817 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A0817 is #85F7E8. Grayscale: #2B2B2B. Windows color (decimal): -8779753 or 1509498. OLE color: 1509498.

HSL color Cylindrical-coordinate representation of color #7A0817: hue angle of 352.11º 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 #7A0817 is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 8 23 -
CMYK 0 0.93 0.81 0.52
HSL 352.11º 0.88% 0.25% -
HSV(B) 352.11º 0.93% 0.48% -
XYZ 8.27 4.37 1.22 -
YUV 43.8 116.27 183.78 -
System Red Green Blue C M Y K H S L
Decimal 122 8 23 0 0.93 0.81 0.52 352.11 0.88 0.25
Hex 7A 8 17 0 5D 51 34 160 58 19
Octal 172 10 27 0 135 121 64 540 130 31
Binary 1111010 1000 10111 0 1011101 1010001 110100 101100000 1011000 11001

Color Harmonies of #7A0817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0817

Black with #7A0817

Text Example


Text Example

White with #7A0817

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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