#780509

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

Shades of Sangria #780509

Tints of Sangria #780509

Color information

#780509 (or 0x780509) is unknown color: approx Sangria. HEX triplet: 78, 05 and 09. RGB value is (120,5,9). Sum of RGB (Red+Green+Blue) = 120+5+9=134 (17% of max value = 765). Red value is 120 (47.27% from 255 or 89.55% from 134); Green value is 5 (2.34% from 255 or 3.73% from 134); Blue value is 9 (3.91% from 255 or 6.72% from 134); Max value from RGB is 120 - color contains mainly: red. Hex color #780509 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780509 is #87FAF6. Grayscale: #272727. Windows color (decimal): -8911607 or 591224. OLE color: 591224.

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

Color convert

RGB12059-
CMYK00.960.920.53
HSL357.91º92%24.51%-
HSV(B)357.91º95.83%47.06%-
XYZ7.854.120.64-
YUV39.84110.6185.17-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 89.55%
GREEN value IS 5 (2.34% from 255) = 3.73%
BLUE value IS 9 (3.91% from 255) = 6.72%
R=89.55%
G=3.73%
B=6.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1205900.960.920.53357.919224.51
Hex78590605C351665c19
Octal17051101401346554613431
Binary11110001011001011000001011100110101101100110101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780509; }

 p { color: rgb(120,5,9); }

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

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

 a { background-color: rgb(120,5,9); }

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

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

 span { border-color: rgb(120,5,9); }

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