#89392A

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

Shades of Crab Apple #89392A

Tints of Crab Apple #89392A

Color information

#89392A (or 0x89392A) is unknown color: approx Crab Apple. HEX triplet: 89, 39 and 2A. RGB value is (137,57,42). Sum of RGB (Red+Green+Blue) = 137+57+42=236 (31% of max value = 765). Red value is 137 (53.91% from 255 or 58.05% from 236); Green value is 57 (22.66% from 255 or 24.15% from 236); Blue value is 42 (16.80% from 255 or 17.80% from 236); Max value from RGB is 137 - color contains mainly: red. Hex color #89392A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89392A is #76C6D5. Grayscale: #4F4F4F. Windows color (decimal): -7784150 or 2767241. OLE color: 2767241.

HSL color Cylindrical-coordinate representation of color #89392A: hue angle of 9.47º 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 #89392A is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.46.

Color convert

RGB1375742-
CMYK00.580.690.46
HSL9.47º53.07%35.1%-
HSV(B)9.47º69.34%53.73%-
XYZ12.28.413.17-
YUV79.21107169.22-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 58.05%
GREEN value IS 57 (22.66% from 255) = 24.15%
BLUE value IS 42 (16.80% from 255) = 17.80%
R=58.05%
G=24.15%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.69
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137574200.580.690.469.4753.0735.1
Hex89392A03A452E93523
Octal211715207210556116543
Binary10001001111001101010011101010001011011101001110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89392A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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