#730205

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

Shades of Sangria #730205

Tints of Sangria #730205

Color information

#730205 (or 0x730205) is unknown color: approx Sangria. HEX triplet: 73, 02 and 05. RGB value is (115,2,5). Sum of RGB (Red+Green+Blue) = 115+2+5=122 (16% of max value = 765). Red value is 115 (45.31% from 255 or 94.26% from 122); Green value is 2 (1.17% from 255 or 1.64% from 122); Blue value is 5 (2.34% from 255 or 4.10% from 122); Max value from RGB is 115 - color contains mainly: red. Hex color #730205 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730205 is #8CFDFA. Grayscale: #242424. Windows color (decimal): -9240059 or 328307. OLE color: 328307.

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

Color convert

RGB11525-
CMYK00.980.960.55
HSL358.41º96.58%22.94%-
HSV(B)358.41º98.26%45.1%-
XYZ7.123.70.48-
YUV36.13110.44184.26-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 94.26%
GREEN value IS 2 (1.17% from 255) = 1.64%
BLUE value IS 5 (2.34% from 255) = 4.10%
R=94.26%
G=1.64%
B=4.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1152500.980.960.55358.4196.5822.94
Hex732506260371666117
Octal1632501421406754614127
Binary111001110101011000101100000110111101100110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730205; }

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

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

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

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

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

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

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

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