#90123A

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

Shades of Shiraz #90123A

Tints of Shiraz #90123A

Color information

#90123A (or 0x90123A) is unknown color: approx Shiraz. HEX triplet: 90, 12 and 3A. RGB value is (144,18,58). Sum of RGB (Red+Green+Blue) = 144+18+58=220 (29% of max value = 765). Red value is 144 (56.64% from 255 or 65.45% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 58 (23.05% from 255 or 26.36% from 220); Max value from RGB is 144 - color contains mainly: red. Hex color #90123A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90123A is #6FEDC5. Grayscale: #3C3C3C. Windows color (decimal): -7335366 or 3805840. OLE color: 3805840.

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

Color convert

RGB1441858-
CMYK00.880.600.44
HSL340.95º77.78%31.76%-
HSV(B)340.95º87.5%56.47%-
XYZ12.486.674.63-
YUV60.23126.74187.75-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 65.45%
GREEN value IS 18 (7.42% from 255) = 8.18%
BLUE value IS 58 (23.05% from 255) = 26.36%
R=65.45%
G=8.18%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.60
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144185800.880.600.44340.9577.7831.76
Hex90123A0583C2C1554e20
Octal22022720130745452511640
Binary1001000010010111010010110001111001011001010101011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90123A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90123A; }

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

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

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

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

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

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

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

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