#89333E

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

Shades of Well Read #89333E

Tints of Well Read #89333E

Color information

#89333E (or 0x89333E) is unknown color: approx Well Read. HEX triplet: 89, 33 and 3E. RGB value is (137,51,62). Sum of RGB (Red+Green+Blue) = 137+51+62=250 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.8% from 250); Green value is 51 (20.31% from 255 or 20.4% from 250); Blue value is 62 (24.61% from 255 or 24.8% from 250); Max value from RGB is 137 - color contains mainly: red. Hex color #89333E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89333E is #76CCC1. Grayscale: #4E4E4E. Windows color (decimal): -7785666 or 4076425. OLE color: 4076425.

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

Color convert

RGB1375162-
CMYK00.630.550.46
HSL352.33º45.74%36.86%-
HSV(B)352.33º62.77%53.73%-
XYZ12.378.035.46-
YUV77.97118.99170.11-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 54.8%
GREEN value IS 51 (20.31% from 255) = 20.4%
BLUE value IS 62 (24.61% from 255) = 24.8%
R=54.8%
G=20.4%
B=24.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.55
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137516200.630.550.46352.3345.7436.86
Hex89333E03F372E1602e25
Octal211637607767565405645
Binary100010011100111111100111111110111101110101100000101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89333E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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