#893341

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

Shades of Well Read #893341

Tints of Well Read #893341

Color information

#893341 (or 0x893341) is unknown color: approx Well Read. HEX triplet: 89, 33 and 41. RGB value is (137,51,65). Sum of RGB (Red+Green+Blue) = 137+51+65=253 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.15% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 65 (25.78% from 255 or 25.69% from 253); Max value from RGB is 137 - color contains mainly: red. Hex color #893341 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893341 is #76CCBE. Grayscale: #4E4E4E. Windows color (decimal): -7785663 or 4273033. OLE color: 4273033.

HSL color Cylindrical-coordinate representation of color #893341: hue angle of 350.23º 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 #893341 is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.46.

Color convert

RGB1375165-
CMYK00.630.530.46
HSL350.23º45.74%36.86%-
HSV(B)350.23º62.77%53.73%-
XYZ12.458.075.9-
YUV78.31120.49169.86-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 54.15%
GREEN value IS 51 (20.31% from 255) = 20.16%
BLUE value IS 65 (25.78% from 255) = 25.69%
R=54.15%
G=20.16%
B=25.69%

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
Decimal137516500.630.530.46350.2345.7436.86
Hex89334103F352E15e2e25
Octal2116310107765565365645
Binary1000100111001110000010111111110101101110101011110101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893341; }

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

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

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

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

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

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

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

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