Html Css Color HEX #790209 Sangria

📋 copy color: '#790209'

red 121 ◦ green 2 ◦ blue 9

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

Shades of Sangria #790209

Tints of Sangria #790209

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 value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.53

RGB Variations

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

Color information

#790209 (or 0x790209) is known color: 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

RGB 121 2 9 -
CMYK 0 0.98 0.93 0.53
HSL 356.47º 0.97% 0.24% -
HSV(B) 356.47º 0.98% 0.47% -
XYZ 7.96 4.13 0.64 -
YUV 38.38 111.42 186.93 -
System Red Green Blue C M Y K H S L
Decimal 121 2 9 0 0.98 0.93 0.53 356.47 0.97 0.24
Hex 79 2 9 0 62 5D 35 164 61 18
Octal 171 2 11 0 142 135 65 544 141 30
Binary 1111001 10 1001 0 1100010 1011101 110101 101100100 1100001 11000

Color Harmonies of #790209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790209

Black with #790209

Text Example


Text Example

White with #790209

Text Example


Text Example

HTML Codes & Css Web 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>