#730405

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

Shades of Sangria #730405

Tints of Sangria #730405

Color information

#730405 (or 0x730405) is unknown color: approx Sangria. HEX triplet: 73, 04 and 05. RGB value is (115,4,5). Sum of RGB (Red+Green+Blue) = 115+4+5=124 (16% of max value = 765). Red value is 115 (45.31% from 255 or 92.74% from 124); Green value is 4 (1.95% from 255 or 3.23% from 124); Blue value is 5 (2.34% from 255 or 4.03% from 124); Max value from RGB is 115 - color contains mainly: red. Hex color #730405 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730405 is #8CFBFA. Grayscale: #252525. Windows color (decimal): -9239547 or 328819. OLE color: 328819.

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

Color convert

RGB11545-
CMYK00.970.960.55
HSL359.46º93.28%23.33%-
HSV(B)359.46º96.52%45.1%-
XYZ7.143.740.49-
YUV37.3109.77183.42-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 92.74%
GREEN value IS 4 (1.95% from 255) = 3.23%
BLUE value IS 5 (2.34% from 255) = 4.03%
R=92.74%
G=3.23%
B=4.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1154500.970.960.55359.4693.2823.33
Hex734506160371675d17
Octal1634501411406754713527
Binary1110011100101011000011100000110111101100111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730405; }

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

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

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

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

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

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

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

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