#930809

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

Shades of Sangria #930809

Tints of Sangria #930809

Color information

#930809 (or 0x930809) is unknown color: approx Sangria. HEX triplet: 93, 08 and 09. RGB value is (147,8,9). Sum of RGB (Red+Green+Blue) = 147+8+9=164 (21% of max value = 765). Red value is 147 (57.81% from 255 or 89.63% from 164); Green value is 8 (3.52% from 255 or 4.88% from 164); Blue value is 9 (3.91% from 255 or 5.49% from 164); Max value from RGB is 147 - color contains mainly: red. Hex color #930809 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930809 is #6CF7F6. Grayscale: #313131. Windows color (decimal): -7141367 or 592019. OLE color: 592019.

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

Color convert

RGB14789-
CMYK00.950.940.42
HSL359.57º89.68%30.39%-
HSV(B)359.57º94.56%57.65%-
XYZ12.176.40.85-
YUV49.68105.05197.42-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 89.63%
GREEN value IS 8 (3.52% from 255) = 4.88%
BLUE value IS 9 (3.91% from 255) = 5.49%
R=89.63%
G=4.88%
B=5.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.94
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478900.950.940.42359.5789.6830.39
Hex938905F5E2A1685a1e
Octal223101101371365255013236
Binary1001001110001001010111111011110101010101101000101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930809; }

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

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

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

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

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

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

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

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