Html Css Color HEX #790106 Sangria

📋 copy color: '#790106'

red 121 ◦ green 1 ◦ blue 6

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

Shades of Sangria #790106

Tints of Sangria #790106

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.69%

R = 94.53%
G = 0.78%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.53

RGB Variations

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

Color information

#790106 (or 0x790106) is known color: Sangria. HEX triplet: 79, 01 and 06. RGB value is (121,1,6). Sum of RGB (Red+Green+Blue) = 121+1+6=128 (16% of max value = 765). Red value is 121 (47.66% from 255 or 94.53% from 128); Green value is 1 (0.78% from 255 or 0.78% from 128); Blue value is 6 (2.73% from 255 or 4.69% from 128); Max value from RGB is 121 - color contains mainly: red. Hex color #790106 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790106 is #86FEF9. Grayscale: #252525. Windows color (decimal): -8847098 or 393593. OLE color: 393593.

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

Color convert

RGB 121 1 6 -
CMYK 0 0.99 0.95 0.53
HSL 357.5º 0.98% 0.24% -
HSV(B) 357.5º 0.99% 0.47% -
XYZ 7.93 4.1 0.55 -
YUV 37.45 110.26 187.59 -
System Red Green Blue C M Y K H S L
Decimal 121 1 6 0 0.99 0.95 0.53 357.5 0.98 0.24
Hex 79 1 6 0 63 5F 35 166 62 18
Octal 171 1 6 0 143 137 65 546 142 30
Binary 1111001 1 110 0 1100011 1011111 110101 101100110 1100010 11000

Color Harmonies of #790106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790106

Black with #790106

Text Example


Text Example

White with #790106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790106; }

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

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

background-color css

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

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

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

border-color css

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

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

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