Html Css Color HEX #79031A Burgundy

📋 copy color: '#79031A'

red 121 ◦ green 3 ◦ blue 26

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

Shades of Burgundy #79031A

Tints of Burgundy #79031A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 17.33%

R = 80.67%
G = 2%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.53

RGB Variations

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

Color information

#79031A (or 0x79031A) is known color: Burgundy. HEX triplet: 79, 03 and 1A. RGB value is (121,3,26). Sum of RGB (Red+Green+Blue) = 121+3+26=150 (19% of max value = 765). Red value is 121 (47.66% from 255 or 80.67% from 150); Green value is 3 (1.56% from 255 or 2% from 150); Blue value is 26 (10.55% from 255 or 17.33% from 150); Max value from RGB is 121 - color contains mainly: red. Hex color #79031A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79031A is #86FCE5. Grayscale: #282828. Windows color (decimal): -8846566 or 1704825. OLE color: 1704825.

HSL color Cylindrical-coordinate representation of color #79031A: hue angle of 348.31º 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 #79031A is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 3 26 -
CMYK 0 0.98 0.79 0.53
HSL 348.31º 0.95% 0.24% -
HSV(B) 348.31º 0.98% 0.47% -
XYZ 8.1 4.2 1.36 -
YUV 40.9 119.59 185.13 -
System Red Green Blue C M Y K H S L
Decimal 121 3 26 0 0.98 0.79 0.53 348.31 0.95 0.24
Hex 79 3 1A 0 62 4F 35 15C 5F 18
Octal 171 3 32 0 142 117 65 534 137 30
Binary 1111001 11 11010 0 1100010 1001111 110101 101011100 1011111 11000

Color Harmonies of #79031A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79031A

Black with #79031A

Text Example


Text Example

White with #79031A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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