#730107

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

Shades of Sangria #730107

Tints of Sangria #730107

Color information

#730107 (or 0x730107) is unknown color: approx Sangria. HEX triplet: 73, 01 and 07. RGB value is (115,1,7). Sum of RGB (Red+Green+Blue) = 115+1+7=123 (16% of max value = 765). Red value is 115 (45.31% from 255 or 93.50% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 7 (3.12% from 255 or 5.69% from 123); Max value from RGB is 115 - color contains mainly: red. Hex color #730107 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730107 is #8CFEF8. Grayscale: #232323. Windows color (decimal): -9240313 or 459123. OLE color: 459123.

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

Color convert

RGB11517-
CMYK00.990.940.55
HSL356.84º98.28%22.75%-
HSV(B)356.84º99.13%45.1%-
XYZ7.123.680.54-
YUV35.77111.77184.51-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 93.50%
GREEN value IS 1 (0.78% from 255) = 0.81%
BLUE value IS 7 (3.12% from 255) = 5.69%
R=93.50%
G=0.81%
B=5.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.94
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151700.990.940.55356.8498.2822.75
Hex73170635E371656217
Octal1631701431366754514227
Binary11100111111011000111011110110111101100101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730107; }

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

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

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

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

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

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

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

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