Html Css Color HEX #7A0E19 Burgundy

📋 copy color: '#7A0E19'

red 122 ◦ green 14 ◦ blue 25

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

Shades of Burgundy #7A0E19

Tints of Burgundy #7A0E19

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.7%

 BLUE value IS 25 (10.16% from 255) = 15.53%

R = 75.78%
G = 8.7%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.52

RGB Variations

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

Color information

#7A0E19 (or 0x7A0E19) is known color: Burgundy. HEX triplet: 7A, 0E and 19. RGB value is (122,14,25). Sum of RGB (Red+Green+Blue) = 122+14+25=161 (21% of max value = 765). Red value is 122 (48.05% from 255 or 75.78% from 161); Green value is 14 (5.86% from 255 or 8.70% from 161); Blue value is 25 (10.16% from 255 or 15.53% from 161); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0E19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A0E19 is #85F1E6. Grayscale: #2F2F2F. Windows color (decimal): -8778215 or 1642106. OLE color: 1642106.

HSL color Cylindrical-coordinate representation of color #7A0E19: hue angle of 353.89º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7A0E19 is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 14 25 -
CMYK 0 0.89 0.80 0.52
HSL 353.89º 0.79% 0.27% -
HSV(B) 353.89º 0.89% 0.48% -
XYZ 8.36 4.52 1.35 -
YUV 47.55 115.28 181.11 -
System Red Green Blue C M Y K H S L
Decimal 122 14 25 0 0.89 0.80 0.52 353.89 0.79 0.27
Hex 7A E 19 0 59 50 34 162 4F 1B
Octal 172 16 31 0 131 120 64 542 117 33
Binary 1111010 1110 11001 0 1011001 1010000 110100 101100010 1001111 11011

Color Harmonies of #7A0E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0E19

Black with #7A0E19

Text Example


Text Example

White with #7A0E19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,14,25); }

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

background-color css

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

 a { background-color: rgb(122,14,25); }

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

border-color css

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

 span { border-color: rgb(122,14,25); }

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