Html Css Color HEX #7A021D Burgundy

📋 copy color: '#7A021D'

red 122 ◦ green 2 ◦ blue 29

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

Shades of Burgundy #7A021D

Tints of Burgundy #7A021D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 18.95%

R = 79.74%
G = 1.31%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.52

RGB Variations

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

Color information

#7A021D (or 0x7A021D) is known color: Burgundy. HEX triplet: 7A, 02 and 1D. RGB value is (122,2,29). Sum of RGB (Red+Green+Blue) = 122+2+29=153 (20% of max value = 765). Red value is 122 (48.05% from 255 or 79.74% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 29 (11.72% from 255 or 18.95% from 153); Max value from RGB is 122 - color contains mainly: red. Hex color #7A021D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A021D is #85FDE2. Grayscale: #282828. Windows color (decimal): -8781283 or 1901178. OLE color: 1901178.

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

Color convert

RGB 122 2 29 -
CMYK 0 0.98 0.76 0.52
HSL 346.5º 0.97% 0.24% -
HSV(B) 346.5º 0.98% 0.48% -
XYZ 8.27 4.27 1.55 -
YUV 40.96 121.26 185.8 -
System Red Green Blue C M Y K H S L
Decimal 122 2 29 0 0.98 0.76 0.52 346.5 0.97 0.24
Hex 7A 2 1D 0 62 4C 34 15A 61 18
Octal 172 2 35 0 142 114 64 532 141 30
Binary 1111010 10 11101 0 1100010 1001100 110100 101011010 1100001 11000

Color Harmonies of #7A021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A021D

Black with #7A021D

Text Example


Text Example

White with #7A021D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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