#90373C

Color #90373C Well Read (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Well Read #90373C

Tints of Well Read #90373C

Color information

#90373C (or 0x90373C) is unknown color: approx Well Read. HEX triplet: 90, 37 and 3C. RGB value is (144,55,60). Sum of RGB (Red+Green+Blue) = 144+55+60=259 (34% of max value = 765). Red value is 144 (56.64% from 255 or 55.60% from 259); Green value is 55 (21.88% from 255 or 21.24% from 259); Blue value is 60 (23.83% from 255 or 23.17% from 259); Max value from RGB is 144 - color contains mainly: red. Hex color #90373C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90373C is #6FC8C3. Grayscale: #525252. Windows color (decimal): -7325892 or 3946384. OLE color: 3946384.

HSL color Cylindrical-coordinate representation of color #90373C: hue angle of 356.63º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #90373C is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.44.

Color convert

RGB1445560-
CMYK00.620.580.44
HSL356.63º44.72%39.02%-
HSV(B)356.63º61.81%56.47%-
XYZ13.688.995.29-
YUV82.18115.49172.09-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 55.60%
GREEN value IS 55 (21.88% from 255) = 21.24%
BLUE value IS 60 (23.83% from 255) = 23.17%
R=55.60%
G=21.24%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144556000.620.580.44356.6344.7239.02
Hex90373C03E3A2C1652d27
Octal220677407672545455547
Binary100100001101111111000111110111010101100101100101101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90373C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90373C; }

 p { color: rgb(144,55,60); }

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

<style>
 a { background-color: #90373C; }

 a { background-color: rgb(144,55,60); }

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

<style>
 span { border-color: #90373C; }

 span { border-color: rgb(144,55,60); }

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