Html Css Color HEX #7A021E Burgundy

📋 copy color: '#7A021E'

red 122 ◦ green 2 ◦ blue 30

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

Shades of Burgundy #7A021E

Tints of Burgundy #7A021E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 19.48%

R = 79.22%
G = 1.3%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.52

RGB Variations

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

Color information

#7A021E (or 0x7A021E) is known color: Burgundy. HEX triplet: 7A, 02 and 1E. RGB value is (122,2,30). Sum of RGB (Red+Green+Blue) = 122+2+30=154 (20% of max value = 765). Red value is 122 (48.05% from 255 or 79.22% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 30 (12.11% from 255 or 19.48% from 154); Max value from RGB is 122 - color contains mainly: red. Hex color #7A021E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A021E is #85FDE1. Grayscale: #292929. Windows color (decimal): -8781282 or 1966714. OLE color: 1966714.

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

Color convert

RGB 122 2 30 -
CMYK 0 0.98 0.75 0.52
HSL 346º 0.97% 0.24% -
HSV(B) 346º 0.98% 0.48% -
XYZ 8.28 4.27 1.62 -
YUV 41.07 121.76 185.72 -
System Red Green Blue C M Y K H S L
Decimal 122 2 30 0 0.98 0.75 0.52 346 0.97 0.24
Hex 7A 2 1E 0 62 4B 34 15A 61 18
Octal 172 2 36 0 142 113 64 532 141 30
Binary 1111010 10 11110 0 1100010 1001011 110100 101011010 1100001 11000

Color Harmonies of #7A021E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A021E

Black with #7A021E

Text Example


Text Example

White with #7A021E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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