#730106

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

Shades of Sangria #730106

Tints of Sangria #730106

Color information

#730106 (or 0x730106) is unknown color: approx Sangria. HEX triplet: 73, 01 and 06. RGB value is (115,1,6). Sum of RGB (Red+Green+Blue) = 115+1+6=122 (16% of max value = 765). Red value is 115 (45.31% from 255 or 94.26% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 6 (2.73% from 255 or 4.92% from 122); Max value from RGB is 115 - color contains mainly: red. Hex color #730106 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730106 is #8CFEF9. Grayscale: #232323. Windows color (decimal): -9240314 or 393587. OLE color: 393587.

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

Color convert

RGB11516-
CMYK00.990.950.55
HSL357.37º98.28%22.75%-
HSV(B)357.37º99.13%45.1%-
XYZ7.113.680.51-
YUV35.66111.27184.59-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 94.26%
GREEN value IS 1 (0.78% from 255) = 0.82%
BLUE value IS 6 (2.73% from 255) = 4.92%
R=94.26%
G=0.82%
B=4.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.95
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151600.990.950.55357.3798.2822.75
Hex73160635F371656217
Octal1631601431376754514227
Binary11100111110011000111011111110111101100101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730106; }

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

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

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

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

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

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

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

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