Html Css Color HEX #79051B Burgundy

📋 copy color: '#79051B'

red 121 ◦ green 5 ◦ blue 27

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

Shades of Burgundy #79051B

Tints of Burgundy #79051B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 17.65%

R = 79.08%
G = 3.27%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#79051B (or 0x79051B) is known color: Burgundy. HEX triplet: 79, 05 and 1B. RGB value is (121,5,27). Sum of RGB (Red+Green+Blue) = 121+5+27=153 (20% of max value = 765). Red value is 121 (47.66% from 255 or 79.08% from 153); Green value is 5 (2.34% from 255 or 3.27% from 153); Blue value is 27 (10.94% from 255 or 17.65% from 153); Max value from RGB is 121 - color contains mainly: red. Hex color #79051B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79051B is #86FAE4. Grayscale: #2A2A2A. Windows color (decimal): -8846053 or 1770873. OLE color: 1770873.

HSL color Cylindrical-coordinate representation of color #79051B: hue angle of 348.62º 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 #79051B is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 5 27 -
CMYK 0 0.96 0.78 0.53
HSL 348.62º 0.92% 0.25% -
HSV(B) 348.62º 0.96% 0.47% -
XYZ 8.14 4.25 1.43 -
YUV 42.19 119.43 184.21 -
System Red Green Blue C M Y K H S L
Decimal 121 5 27 0 0.96 0.78 0.53 348.62 0.92 0.25
Hex 79 5 1B 0 60 4E 35 15D 5C 19
Octal 171 5 33 0 140 116 65 535 134 31
Binary 1111001 101 11011 0 1100000 1001110 110101 101011101 1011100 11001

Color Harmonies of #79051B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79051B

Black with #79051B

Text Example


Text Example

White with #79051B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79051B; }

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

 H1.HeaderClassName
 {
   color: #79051B;
 }
 .AnyTagClassName
 {
   color: #79051B;
 }
</style>

background-color css

<style>
 a { background-color: #79051B; }

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

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

border-color css

<style>
 span { border-color: #79051B; }

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

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