#790209

Color #790209 Sangria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sangria #790209

Tints of Sangria #790209

Color information

#790209 (or 0x790209) is unknown color: approx Sangria. HEX triplet: 79, 02 and 09. RGB value is (121,2,9). Sum of RGB (Red+Green+Blue) = 121+2+9=132 (17% of max value = 765). Red value is 121 (47.66% from 255 or 91.67% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 9 (3.91% from 255 or 6.82% from 132); Max value from RGB is 121 - color contains mainly: red. Hex color #790209 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790209 is #86FDF6. Grayscale: #262626. Windows color (decimal): -8846839 or 590457. OLE color: 590457.

HSL color Cylindrical-coordinate representation of color #790209: hue angle of 356.47º degrees, saturation: 0.97, 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 #790209 is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB12129-
CMYK00.980.930.53
HSL356.47º96.75%24.12%-
HSV(B)356.47º98.35%47.45%-
XYZ7.964.130.64-
YUV38.38111.42186.93-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 91.67%
GREEN value IS 2 (1.17% from 255) = 1.52%
BLUE value IS 9 (3.91% from 255) = 6.82%
R=91.67%
G=1.52%
B=6.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1212900.980.930.53356.4796.7524.12
Hex79290625D351646118
Octal17121101421356554414130
Binary1111001101001011000101011101110101101100100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790209; }

 p { color: rgb(121,2,9); }

 H1.HeaderClassName
 {
   color: #790209;
 }
 .AnyTagClassName
 {
   color: #790209;
 }
</style>
background-color css

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

 a { background-color: rgb(121,2,9); }

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

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

 span { border-color: rgb(121,2,9); }

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