#900F3A

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

Shades of Shiraz #900F3A

Tints of Shiraz #900F3A

Color information

#900F3A (or 0x900F3A) is unknown color: approx Shiraz. HEX triplet: 90, 0F and 3A. RGB value is (144,15,58). Sum of RGB (Red+Green+Blue) = 144+15+58=217 (28% of max value = 765). Red value is 144 (56.64% from 255 or 66.36% from 217); Green value is 15 (6.25% from 255 or 6.91% from 217); Blue value is 58 (23.05% from 255 or 26.73% from 217); Max value from RGB is 144 - color contains mainly: red. Hex color #900F3A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900F3A is #6FF0C5. Grayscale: #3A3A3A. Windows color (decimal): -7336134 or 3805072. OLE color: 3805072.

HSL color Cylindrical-coordinate representation of color #900F3A: hue angle of 340º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #900F3A is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.44.

Color convert

RGB1441558-
CMYK00.900.600.44
HSL340º81.13%31.18%-
HSV(B)340º89.58%56.47%-
XYZ12.446.584.62-
YUV58.47127.74189-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 66.36%
GREEN value IS 15 (6.25% from 255) = 6.91%
BLUE value IS 58 (23.05% from 255) = 26.73%
R=66.36%
G=6.91%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.60
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144155800.900.600.4434081.1331.18
Hex90F3A05A3C2C154511f
Octal22017720132745452412137
Binary10010000111111101001011010111100101100101010100101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,15,58); }

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

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

 a { background-color: rgb(144,15,58); }

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

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

 span { border-color: rgb(144,15,58); }

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