#90273E

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

Shades of Shiraz #90273E

Tints of Shiraz #90273E

Color information

#90273E (or 0x90273E) is unknown color: approx Shiraz. HEX triplet: 90, 27 and 3E. RGB value is (144,39,62). Sum of RGB (Red+Green+Blue) = 144+39+62=245 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.78% from 245); Green value is 39 (15.62% from 255 or 15.92% from 245); Blue value is 62 (24.61% from 255 or 25.31% from 245); Max value from RGB is 144 - color contains mainly: red. Hex color #90273E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90273E is #6FD8C1. Grayscale: #494949. Windows color (decimal): -7329986 or 4073360. OLE color: 4073360.

HSL color Cylindrical-coordinate representation of color #90273E: hue angle of 346.86º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #90273E is Cyan = 0, Magento = 0.73, Yellow = 0.57 and Black (K on CMYK) = 0.44.

Color convert

RGB1443962-
CMYK00.730.570.44
HSL346.86º57.38%35.88%-
HSV(B)346.86º72.92%56.47%-
XYZ13.17.735.36-
YUV73.02121.79178.63-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 58.78%
GREEN value IS 39 (15.62% from 255) = 15.92%
BLUE value IS 62 (24.61% from 255) = 25.31%
R=58.78%
G=15.92%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.57
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144396200.730.570.44346.8657.3835.88
Hex90273E049392C15b3924
Octal2204776011171545337144
Binary1001000010011111111001001001111001101100101011011111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90273E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,39,62); }

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

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

 a { background-color: rgb(144,39,62); }

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

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

 span { border-color: rgb(144,39,62); }

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