#930406

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

Shades of Sangria #930406

Tints of Sangria #930406

Color information

#930406 (or 0x930406) is unknown color: approx Sangria. HEX triplet: 93, 04 and 06. RGB value is (147,4,6). Sum of RGB (Red+Green+Blue) = 147+4+6=157 (20% of max value = 765). Red value is 147 (57.81% from 255 or 93.63% from 157); Green value is 4 (1.95% from 255 or 2.55% from 157); Blue value is 6 (2.73% from 255 or 3.82% from 157); Max value from RGB is 147 - color contains mainly: red. Hex color #930406 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930406 is #6CFBF9. Grayscale: #2F2F2F. Windows color (decimal): -7142394 or 394387. OLE color: 394387.

HSL color Cylindrical-coordinate representation of color #930406: hue angle of 359.16º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #930406 is Cyan = 0, Magento = 0.97, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB14746-
CMYK00.970.960.42
HSL359.16º94.7%29.61%-
HSV(B)359.16º97.28%57.65%-
XYZ12.116.30.75-
YUV46.98104.88199.34-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 93.63%
GREEN value IS 4 (1.95% from 255) = 2.55%
BLUE value IS 6 (2.73% from 255) = 3.82%
R=93.63%
G=2.55%
B=3.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.96
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1474600.970.960.42359.1694.729.61
Hex9346061602A1675f1e
Octal2234601411405254713736
Binary10010011100110011000011100000101010101100111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930406; }

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

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

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

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

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

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

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

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