Html Css Color HEX #7A0119 Burgundy

📋 copy color: '#7A0119'

red 122 ◦ green 1 ◦ blue 25

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

Shades of Burgundy #7A0119

Tints of Burgundy #7A0119

RGB

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

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

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

R = 82.43%
G = 0.68%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.52

RGB Variations

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

Color information

#7A0119 (or 0x7A0119) is known color: Burgundy. HEX triplet: 7A, 01 and 19. RGB value is (122,1,25). Sum of RGB (Red+Green+Blue) = 122+1+25=148 (19% of max value = 765). Red value is 122 (48.05% from 255 or 82.43% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 25 (10.16% from 255 or 16.89% from 148); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0119 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A0119 is #85FEE6. Grayscale: #272727. Windows color (decimal): -8781543 or 1638778. OLE color: 1638778.

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

Color convert

RGB 122 1 25 -
CMYK 0 0.99 0.80 0.52
HSL 348.1º 0.98% 0.24% -
HSV(B) 348.1º 0.99% 0.48% -
XYZ 8.21 4.23 1.3 -
YUV 39.92 119.59 186.55 -
System Red Green Blue C M Y K H S L
Decimal 122 1 25 0 0.99 0.80 0.52 348.1 0.98 0.24
Hex 7A 1 19 0 63 50 34 15C 62 18
Octal 172 1 31 0 143 120 64 534 142 30
Binary 1111010 1 11001 0 1100011 1010000 110100 101011100 1100010 11000

Color Harmonies of #7A0119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0119

Black with #7A0119

Text Example


Text Example

White with #7A0119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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