#900B11

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

Shades of Sangria #900B11

Tints of Sangria #900B11

Color information

#900B11 (or 0x900B11) is unknown color: approx Sangria. HEX triplet: 90, 0B and 11. RGB value is (144,11,17). Sum of RGB (Red+Green+Blue) = 144+11+17=172 (22% of max value = 765). Red value is 144 (56.64% from 255 or 83.72% from 172); Green value is 11 (4.69% from 255 or 6.40% from 172); Blue value is 17 (7.03% from 255 or 9.88% from 172); Max value from RGB is 144 - color contains mainly: red. Hex color #900B11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900B11 is #6FF4EE. Grayscale: #333333. Windows color (decimal): -7337199 or 1117072. OLE color: 1117072.

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

Color convert

RGB1441117-
CMYK00.920.880.44
HSL357.29º85.81%30.39%-
HSV(B)357.29º92.36%56.47%-
XYZ11.726.211.11-
YUV51.45108.56194.01-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 83.72%
GREEN value IS 11 (4.69% from 255) = 6.40%
BLUE value IS 17 (7.03% from 255) = 9.88%
R=83.72%
G=6.40%
B=9.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.88
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144111700.920.880.44357.2985.8130.39
Hex90B1105C582C165561e
Octal220132101341305454512636
Binary10010000101110001010111001011000101100101100101101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900B11; }

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

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

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

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

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

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

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

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