#90383C

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

Shades of Well Read #90383C

Tints of Well Read #90383C

Color information

#90383C (or 0x90383C) is unknown color: approx Well Read. HEX triplet: 90, 38 and 3C. RGB value is (144,56,60). Sum of RGB (Red+Green+Blue) = 144+56+60=260 (34% of max value = 765). Red value is 144 (56.64% from 255 or 55.38% from 260); Green value is 56 (22.27% from 255 or 21.54% from 260); Blue value is 60 (23.83% from 255 or 23.08% from 260); Max value from RGB is 144 - color contains mainly: red. Hex color #90383C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90383C is #6FC7C3. Grayscale: #525252. Windows color (decimal): -7325636 or 3946640. OLE color: 3946640.

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

Color convert

RGB1445660-
CMYK00.610.580.44
HSL357.27º44%39.22%-
HSV(B)357.27º61.11%56.47%-
XYZ13.739.085.3-
YUV82.77115.15171.67-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 55.38%
GREEN value IS 56 (22.27% from 255) = 21.54%
BLUE value IS 60 (23.83% from 255) = 23.08%
R=55.38%
G=21.54%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144566000.610.580.44357.274439.22
Hex90383C03D3A2C1652c27
Octal220707407572545455447
Binary100100001110001111000111101111010101100101100101101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90383C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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