#90373A

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

Shades of Well Read #90373A

Tints of Well Read #90373A

Color information

#90373A (or 0x90373A) is unknown color: approx Well Read. HEX triplet: 90, 37 and 3A. RGB value is (144,55,58). Sum of RGB (Red+Green+Blue) = 144+55+58=257 (34% of max value = 765). Red value is 144 (56.64% from 255 or 56.03% from 257); Green value is 55 (21.88% from 255 or 21.40% from 257); Blue value is 58 (23.05% from 255 or 22.57% from 257); Max value from RGB is 144 - color contains mainly: red. Hex color #90373A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90373A is #6FC8C5. Grayscale: #525252. Windows color (decimal): -7325894 or 3815312. OLE color: 3815312.

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

Color convert

RGB1445558-
CMYK00.620.600.44
HSL357.98º44.72%39.02%-
HSV(B)357.98º61.81%56.47%-
XYZ13.638.975.02-
YUV81.95114.49172.26-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 56.03%
GREEN value IS 55 (21.88% from 255) = 21.40%
BLUE value IS 58 (23.05% from 255) = 22.57%
R=56.03%
G=21.40%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.60
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144555800.620.600.44357.9844.7239.02
Hex90373A03E3C2C1662d27
Octal220677207674545465547
Binary100100001101111110100111110111100101100101100110101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90373A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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