#930209

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

Shades of Sangria #930209

Tints of Sangria #930209

Color information

#930209 (or 0x930209) is unknown color: approx Sangria. HEX triplet: 93, 02 and 09. RGB value is (147,2,9). Sum of RGB (Red+Green+Blue) = 147+2+9=158 (20% of max value = 765). Red value is 147 (57.81% from 255 or 93.04% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 9 (3.91% from 255 or 5.70% from 158); Max value from RGB is 147 - color contains mainly: red. Hex color #930209 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930209 is #6CFDF6. Grayscale: #2E2E2E. Windows color (decimal): -7142903 or 590483. OLE color: 590483.

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

Color convert

RGB14729-
CMYK00.990.940.42
HSL357.1º97.32%29.22%-
HSV(B)357.1º98.64%57.65%-
XYZ12.16.270.83-
YUV46.15107.04199.93-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 93.04%
GREEN value IS 2 (1.17% from 255) = 1.27%
BLUE value IS 9 (3.91% from 255) = 5.70%
R=93.04%
G=1.27%
B=5.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.94
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1472900.990.940.42357.197.3229.22
Hex93290635E2A165611d
Octal22321101431365254514135
Binary10010011101001011000111011110101010101100101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930209; }

 p { color: rgb(147,2,9); }

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

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

 a { background-color: rgb(147,2,9); }

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

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

 span { border-color: rgb(147,2,9); }

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