Html Css Color HEX #790523 Burgundy

📋 copy color: '#790523'

red 121 ◦ green 5 ◦ blue 35

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

Shades of Burgundy #790523

Tints of Burgundy #790523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 21.74%

R = 75.16%
G = 3.11%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.53

RGB Variations

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

Color information

#790523 (or 0x790523) is known color: Burgundy. HEX triplet: 79, 05 and 23. RGB value is (121,5,35). Sum of RGB (Red+Green+Blue) = 121+5+35=161 (21% of max value = 765). Red value is 121 (47.66% from 255 or 75.16% from 161); Green value is 5 (2.34% from 255 or 3.11% from 161); Blue value is 35 (14.06% from 255 or 21.74% from 161); Max value from RGB is 121 - color contains mainly: red. Hex color #790523 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790523 is #86FADC. Grayscale: #2B2B2B. Windows color (decimal): -8846045 or 2295161. OLE color: 2295161.

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

Color convert

RGB 121 5 35 -
CMYK 0 0.96 0.71 0.53
HSL 344.48º 0.92% 0.25% -
HSV(B) 344.48º 0.96% 0.47% -
XYZ 8.24 4.29 1.98 -
YUV 43.1 123.43 183.56 -
System Red Green Blue C M Y K H S L
Decimal 121 5 35 0 0.96 0.71 0.53 344.48 0.92 0.25
Hex 79 5 23 0 60 47 35 158 5C 19
Octal 171 5 43 0 140 107 65 530 134 31
Binary 1111001 101 100011 0 1100000 1000111 110101 101011000 1011100 11001

Color Harmonies of #790523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790523

Black with #790523

Text Example


Text Example

White with #790523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790523; }

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

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

background-color css

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

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

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

border-color css

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

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

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