#790006

Color #790006 Sangria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sangria #790006

Tints of Sangria #790006

Color information

#790006 (or 0x790006) is unknown color: approx Sangria. HEX triplet: 79, 00 and 06. RGB value is (121,0,6). Sum of RGB (Red+Green+Blue) = 121+0+6=127 (16% of max value = 765). Red value is 121 (47.66% from 255 or 95.28% from 127); Green value is 0 (0.39% from 255 or 0% from 127); Blue value is 6 (2.73% from 255 or 4.72% from 127); Max value from RGB is 121 - color contains mainly: red. Hex color #790006 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790006 is #86FFF9. Grayscale: #242424. Windows color (decimal): -8847354 or 393337. OLE color: 393337.

HSL color Cylindrical-coordinate representation of color #790006: hue angle of 357.02º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #790006 is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.53.

Color convert

RGB12106-
CMYK010.950.53
HSL357.02º100%23.73%-
HSV(B)357.02º100%47.45%-
XYZ7.924.080.54-
YUV36.86110.59188.01-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 95.28%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 6 (2.73% from 255) = 4.72%
R=95.28%
G=0%
B=4.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12106010.950.53357.0210023.73
Hex79060645F351656418
Octal1710601441376554514430
Binary11110010110011001001011111110101101100101110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790006; }

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

 H1.HeaderClassName
 {
   color: #790006;
 }
 .AnyTagClassName
 {
   color: #790006;
 }
</style>
background-color css

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

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

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

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

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

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