Html Css Color HEX #790108 Sangria

📋 copy color: '#790108'

red 121 ◦ green 1 ◦ blue 8

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

Shades of Sangria #790108

Tints of Sangria #790108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 6.15%

R = 93.08%
G = 0.77%
B = 6.15%

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

#790108 (or 0x790108) is known color: Sangria. HEX triplet: 79, 01 and 08. RGB value is (121,1,8). Sum of RGB (Red+Green+Blue) = 121+1+8=130 (17% of max value = 765). Red value is 121 (47.66% from 255 or 93.08% from 130); Green value is 1 (0.78% from 255 or 0.77% from 130); Blue value is 8 (3.52% from 255 or 6.15% from 130); Max value from RGB is 121 - color contains mainly: red. Hex color #790108 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790108 is #86FEF7. Grayscale: #252525. Windows color (decimal): -8847096 or 524665. OLE color: 524665.

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

Color convert

RGB 121 1 8 -
CMYK 0 0.99 0.93 0.53
HSL 356.5º 0.98% 0.24% -
HSV(B) 356.5º 0.99% 0.47% -
XYZ 7.94 4.1 0.6 -
YUV 37.68 111.26 187.43 -
System Red Green Blue C M Y K H S L
Decimal 121 1 8 0 0.99 0.93 0.53 356.5 0.98 0.24
Hex 79 1 8 0 63 5D 35 164 62 18
Octal 171 1 10 0 143 135 65 544 142 30
Binary 1111001 1 1000 0 1100011 1011101 110101 101100100 1100010 11000

Color Harmonies of #790108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790108

Black with #790108

Text Example


Text Example

White with #790108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790108; }

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

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

background-color css

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

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

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

border-color css

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

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

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