Html Css Color HEX #79080D Sangria

📋 copy color: '#79080D'

red 121 ◦ green 8 ◦ blue 13

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

Shades of Sangria #79080D

Tints of Sangria #79080D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.63%

 BLUE value IS 13 (5.47% from 255) = 9.15%

R = 85.21%
G = 5.63%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#79080D (or 0x79080D) is known color: Sangria. HEX triplet: 79, 08 and 0D. RGB value is (121,8,13). Sum of RGB (Red+Green+Blue) = 121+8+13=142 (18% of max value = 765). Red value is 121 (47.66% from 255 or 85.21% from 142); Green value is 8 (3.52% from 255 or 5.63% from 142); Blue value is 13 (5.47% from 255 or 9.15% from 142); Max value from RGB is 121 - color contains mainly: red. Hex color #79080D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #79080D is #86F7F2. Grayscale: #2A2A2A. Windows color (decimal): -8845299 or 854137. OLE color: 854137.

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

Color convert

RGB 121 8 13 -
CMYK 0 0.93 0.89 0.53
HSL 357.35º 0.88% 0.25% -
HSV(B) 357.35º 0.93% 0.47% -
XYZ 8.04 4.27 0.78 -
YUV 42.36 111.44 184.09 -
System Red Green Blue C M Y K H S L
Decimal 121 8 13 0 0.93 0.89 0.53 357.35 0.88 0.25
Hex 79 8 D 0 5D 59 35 165 58 19
Octal 171 10 15 0 135 131 65 545 130 31
Binary 1111001 1000 1101 0 1011101 1011001 110101 101100101 1011000 11001

Color Harmonies of #79080D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79080D

Black with #79080D

Text Example


Text Example

White with #79080D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79080D; }

 p { color: rgb(121,8,13); }

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

background-color css

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

 a { background-color: rgb(121,8,13); }

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

border-color css

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

 span { border-color: rgb(121,8,13); }

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