#90363B

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

Shades of Well Read #90363B

Tints of Well Read #90363B

Color information

#90363B (or 0x90363B) is unknown color: approx Well Read. HEX triplet: 90, 36 and 3B. RGB value is (144,54,59). Sum of RGB (Red+Green+Blue) = 144+54+59=257 (34% of max value = 765). Red value is 144 (56.64% from 255 or 56.03% from 257); Green value is 54 (21.48% from 255 or 21.01% from 257); Blue value is 59 (23.44% from 255 or 22.96% from 257); Max value from RGB is 144 - color contains mainly: red. Hex color #90363B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90363B is #6FC9C4. Grayscale: #515151. Windows color (decimal): -7326149 or 3880592. OLE color: 3880592.

HSL color Cylindrical-coordinate representation of color #90363B: hue angle of 356.67º 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 #90363B is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.44.

Color convert

RGB1445459-
CMYK00.630.590.44
HSL356.67º45.45%38.82%-
HSV(B)356.67º62.5%56.47%-
XYZ13.618.885.14-
YUV81.48115.32172.59-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 56.03%
GREEN value IS 54 (21.48% from 255) = 21.01%
BLUE value IS 59 (23.44% from 255) = 22.96%
R=56.03%
G=21.01%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.59
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144545900.630.590.44356.6745.4538.82
Hex90363B03F3B2C1652d27
Octal220667307773545455547
Binary100100001101101110110111111111011101100101100101101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90363B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90363B; }

 p { color: rgb(144,54,59); }

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

<style>
 a { background-color: #90363B; }

 a { background-color: rgb(144,54,59); }

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

<style>
 span { border-color: #90363B; }

 span { border-color: rgb(144,54,59); }

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