#770409

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

Shades of Sangria #770409

Tints of Sangria #770409

Color information

#770409 (or 0x770409) is unknown color: approx Sangria. HEX triplet: 77, 04 and 09. RGB value is (119,4,9). Sum of RGB (Red+Green+Blue) = 119+4+9=132 (17% of max value = 765). Red value is 119 (46.88% from 255 or 90.15% from 132); Green value is 4 (1.95% from 255 or 3.03% from 132); Blue value is 9 (3.91% from 255 or 6.82% from 132); Max value from RGB is 119 - color contains mainly: red. Hex color #770409 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770409 is #88FBF6. Grayscale: #272727. Windows color (decimal): -8977399 or 590967. OLE color: 590967.

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

Color convert

RGB11949-
CMYK00.970.920.53
HSL357.39º93.5%24.12%-
HSV(B)357.39º96.64%46.67%-
XYZ7.74.030.63-
YUV38.96111.1185.09-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 90.15%
GREEN value IS 4 (1.95% from 255) = 3.03%
BLUE value IS 9 (3.91% from 255) = 6.82%
R=90.15%
G=3.03%
B=6.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1194900.970.920.53357.3993.524.12
Hex77490615C351655d18
Octal16741101411346554513530
Binary11101111001001011000011011100110101101100101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770409; }

 p { color: rgb(119,4,9); }

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

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

 a { background-color: rgb(119,4,9); }

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

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

 span { border-color: rgb(119,4,9); }

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