Html Css Color HEX #79082D Burgundy

📋 copy color: '#79082D'

red 121 ◦ green 8 ◦ blue 45

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

Shades of Burgundy #79082D

Tints of Burgundy #79082D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.6%

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

R = 69.54%
G = 4.6%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#79082D (or 0x79082D) is known color: Burgundy. HEX triplet: 79, 08 and 2D. RGB value is (121,8,45). Sum of RGB (Red+Green+Blue) = 121+8+45=174 (23% of max value = 765). Red value is 121 (47.66% from 255 or 69.54% from 174); Green value is 8 (3.52% from 255 or 4.60% from 174); Blue value is 45 (17.97% from 255 or 25.86% from 174); Max value from RGB is 121 - color contains mainly: red. Hex color #79082D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79082D is #86F7D2. Grayscale: #2D2D2D. Windows color (decimal): -8845267 or 2951289. OLE color: 2951289.

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

Color convert

RGB 121 8 45 -
CMYK 0 0.93 0.63 0.53
HSL 340.35º 0.88% 0.25% -
HSV(B) 340.35º 0.93% 0.47% -
XYZ 8.45 4.43 2.89 -
YUV 46.01 127.44 181.49 -
System Red Green Blue C M Y K H S L
Decimal 121 8 45 0 0.93 0.63 0.53 340.35 0.88 0.25
Hex 79 8 2D 0 5D 3F 35 154 58 19
Octal 171 10 55 0 135 77 65 524 130 31
Binary 1111001 1000 101101 0 1011101 111111 110101 101010100 1011000 11001

Color Harmonies of #79082D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79082D

Black with #79082D

Text Example


Text Example

White with #79082D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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