Html Css Color HEX #790328 Burgundy

📋 copy color: '#790328'

red 121 ◦ green 3 ◦ blue 40

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

Shades of Burgundy #790328

Tints of Burgundy #790328

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.83%

 BLUE value IS 40 (16.02% from 255) = 24.39%

R = 73.78%
G = 1.83%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.53

RGB Variations

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

Color information

#790328 (or 0x790328) is known color: Burgundy. HEX triplet: 79, 03 and 28. RGB value is (121,3,40). Sum of RGB (Red+Green+Blue) = 121+3+40=164 (21% of max value = 765). Red value is 121 (47.66% from 255 or 73.78% from 164); Green value is 3 (1.56% from 255 or 1.83% from 164); Blue value is 40 (16.02% from 255 or 24.39% from 164); Max value from RGB is 121 - color contains mainly: red. Hex color #790328 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790328 is #86FCD7. Grayscale: #2A2A2A. Windows color (decimal): -8846552 or 2622329. OLE color: 2622329.

HSL color Cylindrical-coordinate representation of color #790328: hue angle of 341.19º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #790328 is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 3 40 -
CMYK 0 0.98 0.67 0.53
HSL 341.19º 0.95% 0.24% -
HSV(B) 341.19º 0.98% 0.47% -
XYZ 8.3 4.28 2.4 -
YUV 42.5 126.59 183.99 -
System Red Green Blue C M Y K H S L
Decimal 121 3 40 0 0.98 0.67 0.53 341.19 0.95 0.24
Hex 79 3 28 0 62 43 35 155 5F 18
Octal 171 3 50 0 142 103 65 525 137 30
Binary 1111001 11 101000 0 1100010 1000011 110101 101010101 1011111 11000

Color Harmonies of #790328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790328

Black with #790328

Text Example


Text Example

White with #790328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790328; }

 p { color: rgb(121,3,40); }

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

background-color css

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

 a { background-color: rgb(121,3,40); }

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

border-color css

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

 span { border-color: rgb(121,3,40); }

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