Html Css Color HEX #7A0422 Burgundy

📋 copy color: '#7A0422'

red 122 ◦ green 4 ◦ blue 34

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

Shades of Burgundy #7A0422

Tints of Burgundy #7A0422

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.5%

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

R = 76.25%
G = 2.5%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.52

RGB Variations

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

Color information

#7A0422 (or 0x7A0422) is known color: Burgundy. HEX triplet: 7A, 04 and 22. RGB value is (122,4,34). Sum of RGB (Red+Green+Blue) = 122+4+34=160 (21% of max value = 765). Red value is 122 (48.05% from 255 or 76.25% from 160); Green value is 4 (1.95% from 255 or 2.5% from 160); Blue value is 34 (13.67% from 255 or 21.25% from 160); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0422 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0422 is #85FBDD. Grayscale: #2A2A2A. Windows color (decimal): -8780766 or 2229370. OLE color: 2229370.

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

Color convert

RGB 122 4 34 -
CMYK 0 0.97 0.72 0.52
HSL 344.75º 0.94% 0.25% -
HSV(B) 344.75º 0.97% 0.48% -
XYZ 8.36 4.34 1.91 -
YUV 42.7 123.09 184.56 -
System Red Green Blue C M Y K H S L
Decimal 122 4 34 0 0.97 0.72 0.52 344.75 0.94 0.25
Hex 7A 4 22 0 61 48 34 159 5E 19
Octal 172 4 42 0 141 110 64 531 136 31
Binary 1111010 100 100010 0 1100001 1001000 110100 101011001 1011110 11001

Color Harmonies of #7A0422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0422

Black with #7A0422

Text Example


Text Example

White with #7A0422

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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