#900C10

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

Shades of Sangria #900C10

Tints of Sangria #900C10

Color information

#900C10 (or 0x900C10) is unknown color: approx Sangria. HEX triplet: 90, 0C and 10. RGB value is (144,12,16). Sum of RGB (Red+Green+Blue) = 144+12+16=172 (22% of max value = 765). Red value is 144 (56.64% from 255 or 83.72% from 172); Green value is 12 (5.08% from 255 or 6.98% from 172); Blue value is 16 (6.64% from 255 or 9.30% from 172); Max value from RGB is 144 - color contains mainly: red. Hex color #900C10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900C10 is #6FF3EF. Grayscale: #343434. Windows color (decimal): -7336944 or 1051792. OLE color: 1051792.

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

Color convert

RGB1441216-
CMYK00.920.890.44
HSL358.18º84.62%30.59%-
HSV(B)358.18º91.67%56.47%-
XYZ11.736.231.07-
YUV51.92107.73193.67-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 83.72%
GREEN value IS 12 (5.08% from 255) = 6.98%
BLUE value IS 16 (6.64% from 255) = 9.30%
R=83.72%
G=6.98%
B=9.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.89
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144121600.920.890.44358.1884.6230.59
Hex90C1005C592C166551f
Octal220142001341315454612537
Binary10010000110010000010111001011001101100101100110101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,12,16); }

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

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

 a { background-color: rgb(144,12,16); }

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

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

 span { border-color: rgb(144,12,16); }

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