#90122D

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

Shades of Shiraz #90122D

Tints of Shiraz #90122D

Color information

#90122D (or 0x90122D) is unknown color: approx Shiraz. HEX triplet: 90, 12 and 2D. RGB value is (144,18,45). Sum of RGB (Red+Green+Blue) = 144+18+45=207 (27% of max value = 765). Red value is 144 (56.64% from 255 or 69.57% from 207); Green value is 18 (7.42% from 255 or 8.70% from 207); Blue value is 45 (17.97% from 255 or 21.74% from 207); Max value from RGB is 144 - color contains mainly: red. Hex color #90122D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90122D is #6FEDD2. Grayscale: #3A3A3A. Windows color (decimal): -7335379 or 2953872. OLE color: 2953872.

HSL color Cylindrical-coordinate representation of color #90122D: hue angle of 347.14º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #90122D is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB1441845-
CMYK00.880.690.44
HSL347.14º77.78%31.76%-
HSV(B)347.14º87.5%56.47%-
XYZ12.196.553.1-
YUV58.75120.24188.8-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 69.57%
GREEN value IS 18 (7.42% from 255) = 8.70%
BLUE value IS 45 (17.97% from 255) = 21.74%
R=69.57%
G=8.70%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144184500.880.690.44347.1477.7831.76
Hex90122D058452C15b4e20
Octal220225501301055453311640
Binary10010000100101011010101100010001011011001010110111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90122D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90122D; }

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

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

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

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

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

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

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

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