#96393A

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

Shades of Well Read #96393A

Tints of Well Read #96393A

Color information

#96393A (or 0x96393A) is unknown color: approx Well Read. HEX triplet: 96, 39 and 3A. RGB value is (150,57,58). Sum of RGB (Red+Green+Blue) = 150+57+58=265 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.60% from 265); Green value is 57 (22.66% from 255 or 21.51% from 265); Blue value is 58 (23.05% from 255 or 21.89% from 265); Max value from RGB is 150 - color contains mainly: red. Hex color #96393A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96393A is #69C6C5. Grayscale: #555555. Windows color (decimal): -6932166 or 3815830. OLE color: 3815830.

HSL color Cylindrical-coordinate representation of color #96393A: hue angle of 359.35º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #96393A is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB1505758-
CMYK00.620.610.41
HSL359.35º44.93%40.59%-
HSV(B)359.35º62%58.82%-
XYZ14.89.725.1-
YUV84.92112.81174.42-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 56.60%
GREEN value IS 57 (22.66% from 255) = 21.51%
BLUE value IS 58 (23.05% from 255) = 21.89%
R=56.60%
G=21.51%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150575800.620.610.41359.3544.9340.59
Hex96393A03E3D291672d29
Octal226717207675515475551
Binary100101101110011110100111110111101101001101100111101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96393A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,57,58); }

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

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

 a { background-color: rgb(150,57,58); }

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

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

 span { border-color: rgb(150,57,58); }

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