#893340

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

Shades of Well Read #893340

Tints of Well Read #893340

Color information

#893340 (or 0x893340) is unknown color: approx Well Read. HEX triplet: 89, 33 and 40. RGB value is (137,51,64). Sum of RGB (Red+Green+Blue) = 137+51+64=252 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.37% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 64 (25.39% from 255 or 25.40% from 252); Max value from RGB is 137 - color contains mainly: red. Hex color #893340 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893340 is #76CCBF. Grayscale: #4E4E4E. Windows color (decimal): -7785664 or 4207497. OLE color: 4207497.

HSL color Cylindrical-coordinate representation of color #893340: hue angle of 350.93º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #893340 is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.46.

Color convert

RGB1375164-
CMYK00.630.530.46
HSL350.93º45.74%36.86%-
HSV(B)350.93º62.77%53.73%-
XYZ12.438.065.75-
YUV78.2119.99169.94-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 54.37%
GREEN value IS 51 (20.31% from 255) = 20.24%
BLUE value IS 64 (25.39% from 255) = 25.40%
R=54.37%
G=20.24%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.53
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137516400.630.530.46350.9345.7436.86
Hex89334003F352E15f2e25
Octal2116310007765565375645
Binary1000100111001110000000111111110101101110101011111101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893340; }

 p { color: rgb(137,51,64); }

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

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

 a { background-color: rgb(137,51,64); }

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

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

 span { border-color: rgb(137,51,64); }

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