Html Css Color HEX #79002E Burgundy

📋 copy color: '#79002E'

red 121 ◦ green 0 ◦ blue 46

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

Shades of Burgundy #79002E

Tints of Burgundy #79002E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 46 (18.36% from 255) = 27.54%

R = 72.46%
G = 0%
B = 27.54%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.62

 K value IS 0.53

RGB Variations

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

Color information

#79002E (or 0x79002E) is known color: Burgundy. HEX triplet: 79, 00 and 2E. RGB value is (121,0,46). Sum of RGB (Red+Green+Blue) = 121+0+46=167 (22% of max value = 765). Red value is 121 (47.66% from 255 or 72.46% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 46 (18.36% from 255 or 27.54% from 167); Max value from RGB is 121 - color contains mainly: red. Hex color #79002E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79002E is #86FFD1. Grayscale: #292929. Windows color (decimal): -8847314 or 3014777. OLE color: 3014777.

HSL color Cylindrical-coordinate representation of color #79002E: hue angle of 337.19º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #79002E is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 0 46 -
CMYK 0 1 0.62 0.53
HSL 337.19º 1% 0.24% -
HSV(B) 337.19º 1% 0.47% -
XYZ 8.38 4.26 2.97 -
YUV 41.42 130.59 184.76 -
System Red Green Blue C M Y K H S L
Decimal 121 0 46 0 1 0.62 0.53 337.19 1 0.24
Hex 79 0 2E 0 64 3E 35 151 64 18
Octal 171 0 56 0 144 76 65 521 144 30
Binary 1111001 0 101110 0 1100100 111110 110101 101010001 1100100 11000

Color Harmonies of #79002E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79002E

Black with #79002E

Text Example


Text Example

White with #79002E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79002E; }

 p { color: rgb(121,0,46); }

 H1.HeaderClassName
 {
   color: #79002E;
 }
 .AnyTagClassName
 {
   color: #79002E;
 }
</style>

background-color css

<style>
 a { background-color: #79002E; }

 a { background-color: rgb(121,0,46); }

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

border-color css

<style>
 span { border-color: #79002E; }

 span { border-color: rgb(121,0,46); }

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