#900001

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

Shades of Sangria #900001

Tints of Sangria #900001

Color information

#900001 (or 0x900001) is unknown color: approx Sangria. HEX triplet: 90, 00 and 01. RGB value is (144,0,1). Sum of RGB (Red+Green+Blue) = 144+0+1=145 (19% of max value = 765). Red value is 144 (56.64% from 255 or 99.31% from 145); Green value is 0 (0.39% from 255 or 0% from 145); Blue value is 1 (0.78% from 255 or 0.69% from 145); Max value from RGB is 144 - color contains mainly: red. Hex color #900001 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900001 is #6FFFFE. Grayscale: #2B2B2B. Windows color (decimal): -7340031 or 65680. OLE color: 65680.

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

Color convert

RGB14401-
CMYK010.990.44
HSL359.58º100%28.24%-
HSV(B)359.58º100%56.47%-
XYZ11.515.930.57-
YUV43.17104.21199.92-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 99.31%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 1 (0.78% from 255) = 0.69%
R=99.31%
G=0%
B=0.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14401010.990.44359.5810028.24
Hex9001064632C168641c
Octal2200101441435455014434
Binary1001000001011001001100011101100101101000110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900001; }

 p { color: rgb(144,0,1); }

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

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

 a { background-color: rgb(144,0,1); }

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

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

 span { border-color: rgb(144,0,1); }

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