Html Css Color HEX #89342A Crab Apple

📋 copy color: '#89342A'

red 137 ◦ green 52 ◦ blue 42

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

Shades of Crab Apple #89342A

Tints of Crab Apple #89342A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.51%

 BLUE value IS 42 (16.8% from 255) = 18.18%

R = 59.31%
G = 22.51%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.69

 K value IS 0.46

RGB Variations

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

Color information

#89342A (or 0x89342A) is known color: 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

RGB 137 52 42 -
CMYK 0 0.62 0.69 0.46
HSL 6.32º 0.53% 0.35% -
HSV(B) 6.32º 0.69% 0.54% -
XYZ 11.96 7.94 3.09 -
YUV 76.28 108.66 171.31 -
System Red Green Blue C M Y K H S L
Decimal 137 52 42 0 0.62 0.69 0.46 6.32 0.53 0.35
Hex 89 34 2A 0 3E 45 2E 6 35 23
Octal 211 64 52 0 76 105 56 6 65 43
Binary 10001001 110100 101010 0 111110 1000101 101110 110 110101 100011

Color Harmonies of #89342A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89342A

Black with #89342A

Text Example


Text Example

White with #89342A

Text Example


Text Example

HTML Codes & Css Web 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>