#90313B

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

Shades of Well Read #90313B

Tints of Well Read #90313B

Color information

#90313B (or 0x90313B) is unknown color: approx Well Read. HEX triplet: 90, 31 and 3B. RGB value is (144,49,59). Sum of RGB (Red+Green+Blue) = 144+49+59=252 (33% of max value = 765). Red value is 144 (56.64% from 255 or 57.14% from 252); Green value is 49 (19.53% from 255 or 19.44% from 252); Blue value is 59 (23.44% from 255 or 23.41% from 252); Max value from RGB is 144 - color contains mainly: red. Hex color #90313B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90313B is #6FCEC4. Grayscale: #4E4E4E. Windows color (decimal): -7327429 or 3879312. OLE color: 3879312.

HSL color Cylindrical-coordinate representation of color #90313B: hue angle of 353.68º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #90313B is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.44.

Color convert

RGB1444959-
CMYK00.660.590.44
HSL353.68º49.22%37.84%-
HSV(B)353.68º65.97%56.47%-
XYZ13.398.445.06-
YUV78.54116.97174.69-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 57.14%
GREEN value IS 49 (19.53% from 255) = 19.44%
BLUE value IS 59 (23.44% from 255) = 23.41%
R=57.14%
G=19.44%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.59
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144495900.660.590.44353.6849.2237.84
Hex90313B0423B2C1623126
Octal2206173010273545426146
Binary1001000011000111101101000010111011101100101100010110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90313B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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