Html Css Color HEX #790524 Burgundy

📋 copy color: '#790524'

red 121 ◦ green 5 ◦ blue 36

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

Shades of Burgundy #790524

Tints of Burgundy #790524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 22.22%

R = 74.69%
G = 3.09%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.53

RGB Variations

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

Color information

#790524 (or 0x790524) is known color: Burgundy. HEX triplet: 79, 05 and 24. RGB value is (121,5,36). Sum of RGB (Red+Green+Blue) = 121+5+36=162 (21% of max value = 765). Red value is 121 (47.66% from 255 or 74.69% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 36 (14.45% from 255 or 22.22% from 162); Max value from RGB is 121 - color contains mainly: red. Hex color #790524 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790524 is #86FADB. Grayscale: #2B2B2B. Windows color (decimal): -8846044 or 2360697. OLE color: 2360697.

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

Color convert

RGB 121 5 36 -
CMYK 0 0.96 0.70 0.53
HSL 343.97º 0.92% 0.25% -
HSV(B) 343.97º 0.96% 0.47% -
XYZ 8.26 4.3 2.06 -
YUV 43.22 123.93 183.48 -
System Red Green Blue C M Y K H S L
Decimal 121 5 36 0 0.96 0.70 0.53 343.97 0.92 0.25
Hex 79 5 24 0 60 46 35 158 5C 19
Octal 171 5 44 0 140 106 65 530 134 31
Binary 1111001 101 100100 0 1100000 1000110 110101 101011000 1011100 11001

Color Harmonies of #790524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790524

Black with #790524

Text Example


Text Example

White with #790524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790524; }

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

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

background-color css

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

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

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

border-color css

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

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

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