Html Css Color HEX #79052D Burgundy

📋 copy color: '#79052D'

red 121 ◦ green 5 ◦ blue 45

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

Shades of Burgundy #79052D

Tints of Burgundy #79052D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.92%

 BLUE value IS 45 (17.97% from 255) = 26.32%

R = 70.76%
G = 2.92%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#79052D (or 0x79052D) is known color: Burgundy. HEX triplet: 79, 05 and 2D. RGB value is (121,5,45). Sum of RGB (Red+Green+Blue) = 121+5+45=171 (22% of max value = 765). Red value is 121 (47.66% from 255 or 70.76% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 45 (17.97% from 255 or 26.32% from 171); Max value from RGB is 121 - color contains mainly: red. Hex color #79052D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79052D is #86FAD2. Grayscale: #2C2C2C. Windows color (decimal): -8846035 or 2950521. OLE color: 2950521.

HSL color Cylindrical-coordinate representation of color #79052D: hue angle of 339.31º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #79052D is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 5 45 -
CMYK 0 0.96 0.63 0.53
HSL 339.31º 0.92% 0.25% -
HSV(B) 339.31º 0.96% 0.47% -
XYZ 8.41 4.36 2.88 -
YUV 44.24 128.43 182.75 -
System Red Green Blue C M Y K H S L
Decimal 121 5 45 0 0.96 0.63 0.53 339.31 0.92 0.25
Hex 79 5 2D 0 60 3F 35 153 5C 19
Octal 171 5 55 0 140 77 65 523 134 31
Binary 1111001 101 101101 0 1100000 111111 110101 101010011 1011100 11001

Color Harmonies of #79052D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79052D

Black with #79052D

Text Example


Text Example

White with #79052D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79052D; }

 p { color: rgb(121,5,45); }

 H1.HeaderClassName
 {
   color: #79052D;
 }
 .AnyTagClassName
 {
   color: #79052D;
 }
</style>

background-color css

<style>
 a { background-color: #79052D; }

 a { background-color: rgb(121,5,45); }

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

border-color css

<style>
 span { border-color: #79052D; }

 span { border-color: rgb(121,5,45); }

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