#730001

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

Shades of Sangria #730001

Tints of Sangria #730001

Color information

#730001 (or 0x730001) is unknown color: approx Sangria. HEX triplet: 73, 00 and 01. RGB value is (115,0,1). Sum of RGB (Red+Green+Blue) = 115+0+1=116 (15% of max value = 765). Red value is 115 (45.31% from 255 or 99.14% from 116); Green value is 0 (0.39% from 255 or 0% from 116); Blue value is 1 (0.78% from 255 or 0.86% from 116); Max value from RGB is 115 - color contains mainly: red. Hex color #730001 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730001 is #8CFFFE. Grayscale: #222222. Windows color (decimal): -9240575 or 65651. OLE color: 65651.

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

Color convert

RGB11501-
CMYK010.990.55
HSL359.48º100%22.55%-
HSV(B)359.48º100%45.1%-
XYZ7.083.650.36-
YUV34.5109.1185.42-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 99.14%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 1 (0.78% from 255) = 0.86%
R=99.14%
G=0%
B=0.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11501010.990.55359.4810022.55
Hex730106463371676417
Octal1630101441436754714427
Binary111001101011001001100011110111101100111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730001; }

 p { color: rgb(115,0,1); }

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

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

 a { background-color: rgb(115,0,1); }

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

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

 span { border-color: rgb(115,0,1); }

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