#730406

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

Shades of Sangria #730406

Tints of Sangria #730406

Color information

#730406 (or 0x730406) is unknown color: approx Sangria. HEX triplet: 73, 04 and 06. RGB value is (115,4,6). Sum of RGB (Red+Green+Blue) = 115+4+6=125 (16% of max value = 765). Red value is 115 (45.31% from 255 or 92% from 125); Green value is 4 (1.95% from 255 or 3.2% from 125); Blue value is 6 (2.73% from 255 or 4.8% from 125); Max value from RGB is 115 - color contains mainly: red. Hex color #730406 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730406 is #8CFBF9. Grayscale: #252525. Windows color (decimal): -9239546 or 394355. OLE color: 394355.

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

Color convert

RGB11546-
CMYK00.970.950.55
HSL358.92º93.28%23.33%-
HSV(B)358.92º96.52%45.1%-
XYZ7.153.740.52-
YUV37.42110.27183.34-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 92%
GREEN value IS 4 (1.95% from 255) = 3.2%
BLUE value IS 6 (2.73% from 255) = 4.8%
R=92%
G=3.2%
B=4.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.95
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1154600.970.950.55358.9293.2823.33
Hex73460615F371675d17
Octal1634601411376754713527
Binary1110011100110011000011011111110111101100111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730406; }

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

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

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

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

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

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

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

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