Html Css Color HEX #79090A Sangria

📋 copy color: '#79090A'

red 121 ◦ green 9 ◦ blue 10

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

Shades of Sangria #79090A

Tints of Sangria #79090A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.43%

 BLUE value IS 10 (4.3% from 255) = 7.14%

R = 86.43%
G = 6.43%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.92

 K value IS 0.53

RGB Variations

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

Color information

#79090A (or 0x79090A) is known color: Sangria. HEX triplet: 79, 09 and 0A. RGB value is (121,9,10). Sum of RGB (Red+Green+Blue) = 121+9+10=140 (18% of max value = 765). Red value is 121 (47.66% from 255 or 86.43% from 140); Green value is 9 (3.91% from 255 or 6.43% from 140); Blue value is 10 (4.30% from 255 or 7.14% from 140); Max value from RGB is 121 - color contains mainly: red. Hex color #79090A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #79090A is #86F6F5. Grayscale: #2A2A2A. Windows color (decimal): -8845046 or 657785. OLE color: 657785.

HSL color Cylindrical-coordinate representation of color #79090A: hue angle of 359.46º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #79090A is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 9 10 -
CMYK 0 0.93 0.92 0.53
HSL 359.46º 0.86% 0.25% -
HSV(B) 359.46º 0.93% 0.47% -
XYZ 8.04 4.28 0.69 -
YUV 42.6 109.61 183.92 -
System Red Green Blue C M Y K H S L
Decimal 121 9 10 0 0.93 0.92 0.53 359.46 0.86 0.25
Hex 79 9 A 0 5D 5C 35 167 56 19
Octal 171 11 12 0 135 134 65 547 126 31
Binary 1111001 1001 1010 0 1011101 1011100 110101 101100111 1010110 11001

Color Harmonies of #79090A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79090A

Black with #79090A

Text Example


Text Example

White with #79090A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79090A; }

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

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

background-color css

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

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

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

border-color css

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

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

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