Html Css Color HEX #790208 Sangria

📋 copy color: '#790208'

red 121 ◦ green 2 ◦ blue 8

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

Shades of Sangria #790208

Tints of Sangria #790208

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.53%

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

R = 92.37%
G = 1.53%
B = 6.11%

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

#790208 (or 0x790208) is known color: Sangria. HEX triplet: 79, 02 and 08. RGB value is (121,2,8). Sum of RGB (Red+Green+Blue) = 121+2+8=131 (17% of max value = 765). Red value is 121 (47.66% from 255 or 92.37% from 131); Green value is 2 (1.17% from 255 or 1.53% from 131); Blue value is 8 (3.52% from 255 or 6.11% from 131); Max value from RGB is 121 - color contains mainly: red. Hex color #790208 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790208 is #86FDF7. Grayscale: #262626. Windows color (decimal): -8846840 or 524921. OLE color: 524921.

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

Color convert

RGB 121 2 8 -
CMYK 0 0.98 0.93 0.53
HSL 356.97º 0.97% 0.24% -
HSV(B) 356.97º 0.98% 0.47% -
XYZ 7.95 4.13 0.61 -
YUV 38.27 110.92 187.01 -
System Red Green Blue C M Y K H S L
Decimal 121 2 8 0 0.98 0.93 0.53 356.97 0.97 0.24
Hex 79 2 8 0 62 5D 35 165 61 18
Octal 171 2 10 0 142 135 65 545 141 30
Binary 1111001 10 1000 0 1100010 1011101 110101 101100101 1100001 11000

Color Harmonies of #790208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790208

Black with #790208

Text Example


Text Example

White with #790208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790208; }

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

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

background-color css

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

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

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

border-color css

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

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

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