Html Css Color HEX #89312C Crab Apple

📋 copy color: '#89312C'

red 137 ◦ green 49 ◦ blue 44

#89312C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crab Apple #89312C

Tints of Crab Apple #89312C

RGB

 RED value IS 137 (53.91% from 255) = 59.57%

 GREEN value IS 49 (19.53% from 255) = 21.3%

 BLUE value IS 44 (17.58% from 255) = 19.13%

R = 59.57%
G = 21.3%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.46

RGB Variations

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

Color information

#89312C (or 0x89312C) is known color: Crab Apple. HEX triplet: 89, 31 and 2C. RGB value is (137,49,44). Sum of RGB (Red+Green+Blue) = 137+49+44=230 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.57% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 44 (17.58% from 255 or 19.13% from 230); Max value from RGB is 137 - color contains mainly: red. Hex color #89312C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89312C is #76CED3. Grayscale: #4A4A4A. Windows color (decimal): -7786196 or 2896265. OLE color: 2896265.

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

Color convert

RGB 137 49 44 -
CMYK 0 0.64 0.68 0.46
HSL 3.23º 0.51% 0.35% -
HSV(B) 3.23º 0.68% 0.54% -
XYZ 11.87 7.7 3.24 -
YUV 74.74 110.65 172.41 -
System Red Green Blue C M Y K H S L
Decimal 137 49 44 0 0.64 0.68 0.46 3.23 0.51 0.35
Hex 89 31 2C 0 40 44 2E 3 33 23
Octal 211 61 54 0 100 104 56 3 63 43
Binary 10001001 110001 101100 0 1000000 1000100 101110 11 110011 100011

Color Harmonies of #89312C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89312C

Black with #89312C

Text Example


Text Example

White with #89312C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89312C; }

 p { color: rgb(137,49,44); }

 H1.HeaderClassName
 {
   color: #89312C;
 }
 .AnyTagClassName
 {
   color: #89312C;
 }
</style>

background-color css

<style>
 a { background-color: #89312C; }

 a { background-color: rgb(137,49,44); }

 div.DivClassName
 {
   background-color: #89312C;
 }
 .BgClassName
 {
   background-color: #89312C;
 }
</style>

border-color css

<style>
 span { border-color: #89312C; }

 span { border-color: rgb(137,49,44); }

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