#89342A

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

Shades of Crab Apple #89342A

Tints of Crab Apple #89342A

Color information

#89342A (or 0x89342A) is unknown color: approx Crab Apple. HEX triplet: 89, 34 and 2A. RGB value is (137,52,42). Sum of RGB (Red+Green+Blue) = 137+52+42=231 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.31% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 42 (16.80% from 255 or 18.18% from 231); Max value from RGB is 137 - color contains mainly: red. Hex color #89342A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89342A is #76CBD5. Grayscale: #4C4C4C. Windows color (decimal): -7785430 or 2765961. OLE color: 2765961.

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

Color convert

RGB1375242-
CMYK00.620.690.46
HSL6.32º53.07%35.1%-
HSV(B)6.32º69.34%53.73%-
XYZ11.967.943.09-
YUV76.27108.66171.31-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 59.31%
GREEN value IS 52 (20.70% from 255) = 22.51%
BLUE value IS 42 (16.80% from 255) = 18.18%
R=59.31%
G=22.51%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.69
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137524200.620.690.466.3253.0735.1
Hex89342A03E452E63523
Octal21164520761055666543
Binary1000100111010010101001111101000101101110110110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89342A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89342A; }

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

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

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

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

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

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

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

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