Html Css Color HEX #7A0E2A Burgundy

📋 copy color: '#7A0E2A'

red 122 ◦ green 14 ◦ blue 42

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

Shades of Burgundy #7A0E2A

Tints of Burgundy #7A0E2A

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.87%

 BLUE value IS 42 (16.8% from 255) = 23.6%

R = 68.54%
G = 7.87%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.66

 K value IS 0.52

RGB Variations

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

Color information

#7A0E2A (or 0x7A0E2A) is known color: Burgundy. HEX triplet: 7A, 0E and 2A. RGB value is (122,14,42). Sum of RGB (Red+Green+Blue) = 122+14+42=178 (23% of max value = 765). Red value is 122 (48.05% from 255 or 68.54% from 178); Green value is 14 (5.86% from 255 or 7.87% from 178); Blue value is 42 (16.80% from 255 or 23.60% from 178); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0E2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0E2A is #85F1D5. Grayscale: #313131. Windows color (decimal): -8778198 or 2756218. OLE color: 2756218.

HSL color Cylindrical-coordinate representation of color #7A0E2A: hue angle of 344.44º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7A0E2A is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 14 42 -
CMYK 0 0.89 0.66 0.52
HSL 344.44º 0.79% 0.27% -
HSV(B) 344.44º 0.89% 0.48% -
XYZ 8.6 4.62 2.63 -
YUV 49.48 123.78 179.72 -
System Red Green Blue C M Y K H S L
Decimal 122 14 42 0 0.89 0.66 0.52 344.44 0.79 0.27
Hex 7A E 2A 0 59 42 34 158 4F 1B
Octal 172 16 52 0 131 102 64 530 117 33
Binary 1111010 1110 101010 0 1011001 1000010 110100 101011000 1001111 11011

Color Harmonies of #7A0E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0E2A

Black with #7A0E2A

Text Example


Text Example

White with #7A0E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,14,42); }

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

background-color css

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

 a { background-color: rgb(122,14,42); }

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

border-color css

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

 span { border-color: rgb(122,14,42); }

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