Html Css Color HEX #790109 Sangria

📋 copy color: '#790109'

red 121 ◦ green 1 ◦ blue 9

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

Shades of Sangria #790109

Tints of Sangria #790109

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.76%

 BLUE value IS 9 (3.91% from 255) = 6.87%

R = 92.37%
G = 0.76%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.53

RGB Variations

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

Color information

#790109 (or 0x790109) is known color: Sangria. HEX triplet: 79, 01 and 09. RGB value is (121,1,9). Sum of RGB (Red+Green+Blue) = 121+1+9=131 (17% of max value = 765). Red value is 121 (47.66% from 255 or 92.37% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 9 (3.91% from 255 or 6.87% from 131); Max value from RGB is 121 - color contains mainly: red. Hex color #790109 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790109 is #86FEF6. Grayscale: #252525. Windows color (decimal): -8847095 or 590201. OLE color: 590201.

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

Color convert

RGB 121 1 9 -
CMYK 0 0.99 0.93 0.53
HSL 356º 0.98% 0.24% -
HSV(B) 356º 0.99% 0.47% -
XYZ 7.95 4.11 0.63 -
YUV 37.79 111.76 187.35 -
System Red Green Blue C M Y K H S L
Decimal 121 1 9 0 0.99 0.93 0.53 356 0.98 0.24
Hex 79 1 9 0 63 5D 35 164 62 18
Octal 171 1 11 0 143 135 65 544 142 30
Binary 1111001 1 1001 0 1100011 1011101 110101 101100100 1100010 11000

Color Harmonies of #790109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790109

Black with #790109

Text Example


Text Example

White with #790109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790109; }

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

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

background-color css

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

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

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

border-color css

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

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

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