#87382B

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

Shades of Crab Apple #87382B

Tints of Crab Apple #87382B

Color information

#87382B (or 0x87382B) is unknown color: approx Crab Apple. HEX triplet: 87, 38 and 2B. RGB value is (135,56,43). Sum of RGB (Red+Green+Blue) = 135+56+43=234 (30% of max value = 765). Red value is 135 (53.12% from 255 or 57.69% from 234); Green value is 56 (22.27% from 255 or 23.93% from 234); Blue value is 43 (17.19% from 255 or 18.38% from 234); Max value from RGB is 135 - color contains mainly: red. Hex color #87382B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87382B is #78C7D4. Grayscale: #4E4E4E. Windows color (decimal): -7915477 or 2832519. OLE color: 2832519.

HSL color Cylindrical-coordinate representation of color #87382B: hue angle of 8.48º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #87382B is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB1355643-
CMYK00.590.680.47
HSL8.48º51.69%34.9%-
HSV(B)8.48º68.15%52.94%-
XYZ11.848.153.24-
YUV78.14108.17168.56-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 57.69%
GREEN value IS 56 (22.27% from 255) = 23.93%
BLUE value IS 43 (17.19% from 255) = 18.38%
R=57.69%
G=23.93%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135564300.590.680.478.4851.6934.9
Hex87382B03B442F83423
Octal207705307310457106443
Binary10000111111000101011011101110001001011111000110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87382B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87382B; }

 p { color: rgb(135,56,43); }

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

<style>
 a { background-color: #87382B; }

 a { background-color: rgb(135,56,43); }

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

<style>
 span { border-color: #87382B; }

 span { border-color: rgb(135,56,43); }

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