#900911

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

Shades of Sangria #900911

Tints of Sangria #900911

Color information

#900911 (or 0x900911) is unknown color: approx Sangria. HEX triplet: 90, 09 and 11. RGB value is (144,9,17). Sum of RGB (Red+Green+Blue) = 144+9+17=170 (22% of max value = 765). Red value is 144 (56.64% from 255 or 84.71% from 170); Green value is 9 (3.91% from 255 or 5.29% from 170); Blue value is 17 (7.03% from 255 or 10% from 170); Max value from RGB is 144 - color contains mainly: red. Hex color #900911 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900911 is #6FF6EE. Grayscale: #323232. Windows color (decimal): -7337711 or 1116560. OLE color: 1116560.

HSL color Cylindrical-coordinate representation of color #900911: hue angle of 356.44º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900911 is Cyan = 0, Magento = 0.94, Yellow = 0.88 and Black (K on CMYK) = 0.44.

Color convert

RGB144917-
CMYK00.940.880.44
HSL356.44º88.24%30%-
HSV(B)356.44º93.75%56.47%-
XYZ11.76.171.1-
YUV50.28109.23194.85-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 84.71%
GREEN value IS 9 (3.91% from 255) = 5.29%
BLUE value IS 17 (7.03% from 255) = 10%
R=84.71%
G=5.29%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.88
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14491700.940.880.44356.4488.2430
Hex9091105E582C164581e
Octal220112101361305454413036
Binary10010000100110001010111101011000101100101100100101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900911; }

 p { color: rgb(144,9,17); }

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

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

 a { background-color: rgb(144,9,17); }

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

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

 span { border-color: rgb(144,9,17); }

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