#900007

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

Shades of Sangria #900007

Tints of Sangria #900007

Color information

#900007 (or 0x900007) is unknown color: approx Sangria. HEX triplet: 90, 00 and 07. RGB value is (144,0,7). Sum of RGB (Red+Green+Blue) = 144+0+7=151 (20% of max value = 765). Red value is 144 (56.64% from 255 or 95.36% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 7 (3.12% from 255 or 4.64% from 151); Max value from RGB is 144 - color contains mainly: red. Hex color #900007 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900007 is #6FFFF8. Grayscale: #2B2B2B. Windows color (decimal): -7340025 or 458896. OLE color: 458896.

HSL color Cylindrical-coordinate representation of color #900007: hue angle of 357.08º 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 #900007 is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.44.

Color convert

RGB14407-
CMYK010.950.44
HSL357.08º100%28.24%-
HSV(B)357.08º100%56.47%-
XYZ11.545.940.74-
YUV43.85107.21199.43-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 95.36%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 7 (3.12% from 255) = 4.64%
R=95.36%
G=0%
B=4.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.95
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14407010.950.44357.0810028.24
Hex90070645F2C165641c
Octal2200701441375454514434
Binary100100000111011001001011111101100101100101110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900007; }

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

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

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

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

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

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

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

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