Html Css Color HEX #7A0122 Burgundy

📋 copy color: '#7A0122'

red 122 ◦ green 1 ◦ blue 34

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

Shades of Burgundy #7A0122

Tints of Burgundy #7A0122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 21.66%

R = 77.71%
G = 0.64%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.52

RGB Variations

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

Color information

#7A0122 (or 0x7A0122) is known color: Burgundy. HEX triplet: 7A, 01 and 22. RGB value is (122,1,34). Sum of RGB (Red+Green+Blue) = 122+1+34=157 (20% of max value = 765). Red value is 122 (48.05% from 255 or 77.71% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 34 (13.67% from 255 or 21.66% from 157); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0122 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0122 is #85FEDD. Grayscale: #282828. Windows color (decimal): -8781534 or 2228602. OLE color: 2228602.

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

Color convert

RGB 122 1 34 -
CMYK 0 0.99 0.72 0.52
HSL 343.64º 0.98% 0.24% -
HSV(B) 343.64º 0.99% 0.48% -
XYZ 8.33 4.27 1.9 -
YUV 40.94 124.09 185.82 -
System Red Green Blue C M Y K H S L
Decimal 122 1 34 0 0.99 0.72 0.52 343.64 0.98 0.24
Hex 7A 1 22 0 63 48 34 158 62 18
Octal 172 1 42 0 143 110 64 530 142 30
Binary 1111010 1 100010 0 1100011 1001000 110100 101011000 1100010 11000

Color Harmonies of #7A0122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0122

Black with #7A0122

Text Example


Text Example

White with #7A0122

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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