Html Css Color HEX #79032A Burgundy

📋 copy color: '#79032A'

red 121 ◦ green 3 ◦ blue 42

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

Shades of Burgundy #79032A

Tints of Burgundy #79032A

RGB

 RED value IS 121 (47.66% from 255) = 72.89%

 GREEN value IS 3 (1.56% from 255) = 1.81%

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

R = 72.89%
G = 1.81%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.53

RGB Variations

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

Color information

#79032A (or 0x79032A) is known color: Burgundy. HEX triplet: 79, 03 and 2A. RGB value is (121,3,42). Sum of RGB (Red+Green+Blue) = 121+3+42=166 (21% of max value = 765). Red value is 121 (47.66% from 255 or 72.89% from 166); Green value is 3 (1.56% from 255 or 1.81% from 166); Blue value is 42 (16.80% from 255 or 25.30% from 166); Max value from RGB is 121 - color contains mainly: red. Hex color #79032A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79032A is #86FCD5. Grayscale: #2A2A2A. Windows color (decimal): -8846550 or 2753401. OLE color: 2753401.

HSL color Cylindrical-coordinate representation of color #79032A: hue angle of 340.17º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #79032A is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 3 42 -
CMYK 0 0.98 0.65 0.53
HSL 340.17º 0.95% 0.24% -
HSV(B) 340.17º 0.98% 0.47% -
XYZ 8.34 4.3 2.58 -
YUV 42.73 127.59 183.83 -
System Red Green Blue C M Y K H S L
Decimal 121 3 42 0 0.98 0.65 0.53 340.17 0.95 0.24
Hex 79 3 2A 0 62 41 35 154 5F 18
Octal 171 3 52 0 142 101 65 524 137 30
Binary 1111001 11 101010 0 1100010 1000001 110101 101010100 1011111 11000

Color Harmonies of #79032A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79032A

Black with #79032A

Text Example


Text Example

White with #79032A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79032A; }

 p { color: rgb(121,3,42); }

 H1.HeaderClassName
 {
   color: #79032A;
 }
 .AnyTagClassName
 {
   color: #79032A;
 }
</style>

background-color css

<style>
 a { background-color: #79032A; }

 a { background-color: rgb(121,3,42); }

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

border-color css

<style>
 span { border-color: #79032A; }

 span { border-color: rgb(121,3,42); }

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