Html Css Color HEX #790432 Burgundy

📋 copy color: '#790432'

red 121 ◦ green 4 ◦ blue 50

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

Shades of Burgundy #790432

Tints of Burgundy #790432

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.29%

 BLUE value IS 50 (19.92% from 255) = 28.57%

R = 69.14%
G = 2.29%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#790432 (or 0x790432) is known color: Burgundy. HEX triplet: 79, 04 and 32. RGB value is (121,4,50). Sum of RGB (Red+Green+Blue) = 121+4+50=175 (23% of max value = 765). Red value is 121 (47.66% from 255 or 69.14% from 175); Green value is 4 (1.95% from 255 or 2.29% from 175); Blue value is 50 (19.92% from 255 or 28.57% from 175); Max value from RGB is 121 - color contains mainly: red. Hex color #790432 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790432 is #86FBCD. Grayscale: #2C2C2C. Windows color (decimal): -8846286 or 3277945. OLE color: 3277945.

HSL color Cylindrical-coordinate representation of color #790432: hue angle of 336.41º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #790432 is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 4 50 -
CMYK 0 0.97 0.59 0.53
HSL 336.41º 0.94% 0.25% -
HSV(B) 336.41º 0.97% 0.47% -
XYZ 8.5 4.38 3.42 -
YUV 44.23 131.26 182.76 -
System Red Green Blue C M Y K H S L
Decimal 121 4 50 0 0.97 0.59 0.53 336.41 0.94 0.25
Hex 79 4 32 0 61 3B 35 150 5E 19
Octal 171 4 62 0 141 73 65 520 136 31
Binary 1111001 100 110010 0 1100001 111011 110101 101010000 1011110 11001

Color Harmonies of #790432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790432

Black with #790432

Text Example


Text Example

White with #790432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790432; }

 p { color: rgb(121,4,50); }

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

background-color css

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

 a { background-color: rgb(121,4,50); }

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

border-color css

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

 span { border-color: rgb(121,4,50); }

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