#87342D

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

Shades of Crab Apple #87342D

Tints of Crab Apple #87342D

Color information

#87342D (or 0x87342D) is unknown color: approx Crab Apple. HEX triplet: 87, 34 and 2D. RGB value is (135,52,45). Sum of RGB (Red+Green+Blue) = 135+52+45=232 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.19% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 45 (17.97% from 255 or 19.40% from 232); Max value from RGB is 135 - color contains mainly: red. Hex color #87342D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87342D is #78CBD2. Grayscale: #4C4C4C. Windows color (decimal): -7916499 or 2962567. OLE color: 2962567.

HSL color Cylindrical-coordinate representation of color #87342D: hue angle of 4.67º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #87342D is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB1355245-
CMYK00.610.670.47
HSL4.67º50%35.29%-
HSV(B)4.67º66.67%52.94%-
XYZ11.697.83.37-
YUV76.02110.5170.07-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 58.19%
GREEN value IS 52 (20.70% from 255) = 22.41%
BLUE value IS 45 (17.97% from 255) = 19.40%
R=58.19%
G=22.41%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135524500.610.670.474.675035.29
Hex87342D03D432F53223
Octal20764550751035756243
Binary1000011111010010110101111011000011101111101110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87342D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,52,45); }

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

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

 a { background-color: rgb(135,52,45); }

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

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

 span { border-color: rgb(135,52,45); }

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