#900A13

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

Shades of Sangria #900A13

Tints of Sangria #900A13

Color information

#900A13 (or 0x900A13) is unknown color: approx Sangria. HEX triplet: 90, 0A and 13. RGB value is (144,10,19). Sum of RGB (Red+Green+Blue) = 144+10+19=173 (22% of max value = 765). Red value is 144 (56.64% from 255 or 83.24% from 173); Green value is 10 (4.30% from 255 or 5.78% from 173); Blue value is 19 (7.81% from 255 or 10.98% from 173); Max value from RGB is 144 - color contains mainly: red. Hex color #900A13 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900A13 is #6FF5EC. Grayscale: #333333. Windows color (decimal): -7337453 or 1247888. OLE color: 1247888.

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

Color convert

RGB1441019-
CMYK00.930.870.44
HSL355.97º87.01%30.2%-
HSV(B)355.97º93.06%56.47%-
XYZ11.736.191.19-
YUV51.09109.89194.27-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 83.24%
GREEN value IS 10 (4.30% from 255) = 5.78%
BLUE value IS 19 (7.81% from 255) = 10.98%
R=83.24%
G=5.78%
B=10.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.87
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144101900.930.870.44355.9787.0130.2
Hex90A1305D572C164571e
Octal220122301351275454412736
Binary10010000101010011010111011010111101100101100100101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,10,19); }

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

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

 a { background-color: rgb(144,10,19); }

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

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

 span { border-color: rgb(144,10,19); }

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