#730509

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

Shades of Sangria #730509

Tints of Sangria #730509

Color information

#730509 (or 0x730509) is unknown color: approx Sangria. HEX triplet: 73, 05 and 09. RGB value is (115,5,9). Sum of RGB (Red+Green+Blue) = 115+5+9=129 (17% of max value = 765). Red value is 115 (45.31% from 255 or 89.15% from 129); Green value is 5 (2.34% from 255 or 3.88% from 129); Blue value is 9 (3.91% from 255 or 6.98% from 129); Max value from RGB is 115 - color contains mainly: red. Hex color #730509 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730509 is #8CFAF6. Grayscale: #262626. Windows color (decimal): -9239287 or 591219. OLE color: 591219.

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

Color convert

RGB11559-
CMYK00.960.920.55
HSL357.82º91.67%23.53%-
HSV(B)357.82º95.65%45.1%-
XYZ7.173.770.61-
YUV38.35111.44182.67-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 89.15%
GREEN value IS 5 (2.34% from 255) = 3.88%
BLUE value IS 9 (3.91% from 255) = 6.98%
R=89.15%
G=3.88%
B=6.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.92
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1155900.960.920.55357.8291.6723.53
Hex73590605C371665c18
Octal16351101401346754613430
Binary11100111011001011000001011100110111101100110101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730509; }

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

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

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

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

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

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

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

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