#89343E

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

Shades of Well Read #89343E

Tints of Well Read #89343E

Color information

#89343E (or 0x89343E) is unknown color: approx Well Read. HEX triplet: 89, 34 and 3E. RGB value is (137,52,62). Sum of RGB (Red+Green+Blue) = 137+52+62=251 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.58% from 251); Green value is 52 (20.70% from 255 or 20.72% from 251); Blue value is 62 (24.61% from 255 or 24.70% from 251); Max value from RGB is 137 - color contains mainly: red. Hex color #89343E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89343E is #76CBC1. Grayscale: #4E4E4E. Windows color (decimal): -7785410 or 4076681. OLE color: 4076681.

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

Color convert

RGB1375262-
CMYK00.620.550.46
HSL352.94º44.97%37.06%-
HSV(B)352.94º62.04%53.73%-
XYZ12.418.125.47-
YUV78.55118.66169.69-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 54.58%
GREEN value IS 52 (20.70% from 255) = 20.72%
BLUE value IS 62 (24.61% from 255) = 24.70%
R=54.58%
G=20.72%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.55
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137526200.620.550.46352.9444.9737.06
Hex89343E03E372E1612d25
Octal211647607667565415545
Binary100010011101001111100111110110111101110101100001101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89343E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89343E; }

 p { color: rgb(137,52,62); }

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

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

 a { background-color: rgb(137,52,62); }

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

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

 span { border-color: rgb(137,52,62); }

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