#730002

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

Shades of Sangria #730002

Tints of Sangria #730002

Color information

#730002 (or 0x730002) is unknown color: approx Sangria. HEX triplet: 73, 00 and 02. RGB value is (115,0,2). Sum of RGB (Red+Green+Blue) = 115+0+2=117 (15% of max value = 765). Red value is 115 (45.31% from 255 or 98.29% from 117); Green value is 0 (0.39% from 255 or 0% from 117); Blue value is 2 (1.17% from 255 or 1.71% from 117); Max value from RGB is 115 - color contains mainly: red. Hex color #730002 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730002 is #8CFFFD. Grayscale: #222222. Windows color (decimal): -9240574 or 131187. OLE color: 131187.

HSL color Cylindrical-coordinate representation of color #730002: hue angle of 358.96º 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 #730002 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.55.

Color convert

RGB11502-
CMYK010.980.55
HSL358.96º100%22.55%-
HSV(B)358.96º100%45.1%-
XYZ7.083.650.39-
YUV34.61109.6185.34-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 98.29%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 2 (1.17% from 255) = 1.71%
R=98.29%
G=0%
B=1.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.98
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11502010.980.55358.9610022.55
Hex730206462371676417
Octal1630201441426754714427
Binary1110011010011001001100010110111101100111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730002; }

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

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

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

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

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

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

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

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