Html Css Color HEX #7A022F Burgundy

📋 copy color: '#7A022F'

red 122 ◦ green 2 ◦ blue 47

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

Shades of Burgundy #7A022F

Tints of Burgundy #7A022F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.17%

 BLUE value IS 47 (18.75% from 255) = 27.49%

R = 71.35%
G = 1.17%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.61

 K value IS 0.52

RGB Variations

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

Color information

#7A022F (or 0x7A022F) is known color: Burgundy. HEX triplet: 7A, 02 and 2F. RGB value is (122,2,47). Sum of RGB (Red+Green+Blue) = 122+2+47=171 (22% of max value = 765). Red value is 122 (48.05% from 255 or 71.35% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 47 (18.75% from 255 or 27.49% from 171); Max value from RGB is 122 - color contains mainly: red. Hex color #7A022F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A022F is #85FDD0. Grayscale: #2A2A2A. Windows color (decimal): -8781265 or 3080826. OLE color: 3080826.

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

Color convert

RGB 122 2 47 -
CMYK 0 0.98 0.61 0.52
HSL 337.5º 0.97% 0.24% -
HSV(B) 337.5º 0.98% 0.48% -
XYZ 8.56 4.39 3.08 -
YUV 43.01 130.26 184.34 -
System Red Green Blue C M Y K H S L
Decimal 122 2 47 0 0.98 0.61 0.52 337.5 0.97 0.24
Hex 7A 2 2F 0 62 3D 34 152 61 18
Octal 172 2 57 0 142 75 64 522 141 30
Binary 1111010 10 101111 0 1100010 111101 110100 101010010 1100001 11000

Color Harmonies of #7A022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A022F

Black with #7A022F

Text Example


Text Example

White with #7A022F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,2,47); }

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

background-color css

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

 a { background-color: rgb(122,2,47); }

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

border-color css

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

 span { border-color: rgb(122,2,47); }

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