#89322D

Color #89322D Crab Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crab Apple #89322D

Tints of Crab Apple #89322D

Color information

#89322D (or 0x89322D) is unknown color: approx Crab Apple. HEX triplet: 89, 32 and 2D. RGB value is (137,50,45). Sum of RGB (Red+Green+Blue) = 137+50+45=232 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.05% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 45 (17.97% from 255 or 19.40% from 232); Max value from RGB is 137 - color contains mainly: red. Hex color #89322D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89322D is #76CDD2. Grayscale: #4B4B4B. Windows color (decimal): -7785939 or 2962057. OLE color: 2962057.

HSL color Cylindrical-coordinate representation of color #89322D: hue angle of 3.26º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #89322D is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.46.

Color convert

RGB1375045-
CMYK00.640.670.46
HSL3.26º50.55%35.69%-
HSV(B)3.26º67.15%53.73%-
XYZ11.937.793.36-
YUV75.44110.82171.91-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 59.05%
GREEN value IS 50 (19.92% from 255) = 21.55%
BLUE value IS 45 (17.97% from 255) = 19.40%
R=59.05%
G=21.55%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.67
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137504500.640.670.463.2650.5535.69
Hex89322D040432E33324
Octal211625501001035636344
Binary1000100111001010110101000000100001110111011110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89322D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89322D; }

 p { color: rgb(137,50,45); }

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

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

 a { background-color: rgb(137,50,45); }

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

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

 span { border-color: rgb(137,50,45); }

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