#90122E

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

Shades of Shiraz #90122E

Tints of Shiraz #90122E

Color information

#90122E (or 0x90122E) is unknown color: approx Shiraz. HEX triplet: 90, 12 and 2E. RGB value is (144,18,46). Sum of RGB (Red+Green+Blue) = 144+18+46=208 (27% of max value = 765). Red value is 144 (56.64% from 255 or 69.23% from 208); Green value is 18 (7.42% from 255 or 8.65% from 208); Blue value is 46 (18.36% from 255 or 22.12% from 208); Max value from RGB is 144 - color contains mainly: red. Hex color #90122E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90122E is #6FEDD1. Grayscale: #3A3A3A. Windows color (decimal): -7335378 or 3019408. OLE color: 3019408.

HSL color Cylindrical-coordinate representation of color #90122E: hue angle of 346.67º 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 #90122E is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.44.

Color convert

RGB1441846-
CMYK00.880.680.44
HSL346.67º77.78%31.76%-
HSV(B)346.67º87.5%56.47%-
XYZ12.216.563.21-
YUV58.87120.74188.72-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 69.23%
GREEN value IS 18 (7.42% from 255) = 8.65%
BLUE value IS 46 (18.36% from 255) = 22.12%
R=69.23%
G=8.65%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144184600.880.680.44346.6777.7831.76
Hex90122E058442C15b4e20
Octal220225601301045453311640
Binary10010000100101011100101100010001001011001010110111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90122E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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