Html Css Color HEX #790530 Burgundy

📋 copy color: '#790530'

red 121 ◦ green 5 ◦ blue 48

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

Shades of Burgundy #790530

Tints of Burgundy #790530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 27.59%

R = 69.54%
G = 2.87%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#790530 (or 0x790530) is known color: Burgundy. HEX triplet: 79, 05 and 30. RGB value is (121,5,48). Sum of RGB (Red+Green+Blue) = 121+5+48=174 (23% of max value = 765). Red value is 121 (47.66% from 255 or 69.54% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 48 (19.14% from 255 or 27.59% from 174); Max value from RGB is 121 - color contains mainly: red. Hex color #790530 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790530 is #86FACF. Grayscale: #2C2C2C. Windows color (decimal): -8846032 or 3147129. OLE color: 3147129.

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

Color convert

RGB 121 5 48 -
CMYK 0 0.96 0.60 0.53
HSL 337.76º 0.92% 0.25% -
HSV(B) 337.76º 0.96% 0.47% -
XYZ 8.47 4.39 3.2 -
YUV 44.59 129.93 182.5 -
System Red Green Blue C M Y K H S L
Decimal 121 5 48 0 0.96 0.60 0.53 337.76 0.92 0.25
Hex 79 5 30 0 60 3C 35 152 5C 19
Octal 171 5 60 0 140 74 65 522 134 31
Binary 1111001 101 110000 0 1100000 111100 110101 101010010 1011100 11001

Color Harmonies of #790530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790530

Black with #790530

Text Example


Text Example

White with #790530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790530; }

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

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

background-color css

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

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

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

border-color css

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

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

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