#900D12

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

Shades of Sangria #900D12

Tints of Sangria #900D12

Color information

#900D12 (or 0x900D12) is unknown color: approx Sangria. HEX triplet: 90, 0D and 12. RGB value is (144,13,18). Sum of RGB (Red+Green+Blue) = 144+13+18=175 (23% of max value = 765). Red value is 144 (56.64% from 255 or 82.29% from 175); Green value is 13 (5.47% from 255 or 7.43% from 175); Blue value is 18 (7.42% from 255 or 10.29% from 175); Max value from RGB is 144 - color contains mainly: red. Hex color #900D12 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900D12 is #6FF2ED. Grayscale: #343434. Windows color (decimal): -7336686 or 1183120. OLE color: 1183120.

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

Color convert

RGB1441318-
CMYK00.910.880.44
HSL357.71º83.44%30.78%-
HSV(B)357.71º90.97%56.47%-
XYZ11.756.261.16-
YUV52.74108.4193.09-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 82.29%
GREEN value IS 13 (5.47% from 255) = 7.43%
BLUE value IS 18 (7.42% from 255) = 10.29%
R=82.29%
G=7.43%
B=10.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.88
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144131800.910.880.44357.7183.4430.78
Hex90D1205B582C166531f
Octal220152201331305454612337
Binary10010000110110010010110111011000101100101100110101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,13,18); }

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

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

 a { background-color: rgb(144,13,18); }

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

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

 span { border-color: rgb(144,13,18); }

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