#87312C

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

Shades of Crab Apple #87312C

Tints of Crab Apple #87312C

Color information

#87312C (or 0x87312C) is unknown color: approx Crab Apple. HEX triplet: 87, 31 and 2C. RGB value is (135,49,44). Sum of RGB (Red+Green+Blue) = 135+49+44=228 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.21% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 44 (17.58% from 255 or 19.30% from 228); Max value from RGB is 135 - color contains mainly: red. Hex color #87312C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87312C is #78CED3. Grayscale: #4A4A4A. Windows color (decimal): -7917268 or 2896263. OLE color: 2896263.

HSL color Cylindrical-coordinate representation of color #87312C: hue angle of 3.3º degrees, saturation: 0.51, 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 #87312C is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB1354944-
CMYK00.640.670.47
HSL3.3º50.84%35.1%-
HSV(B)3.3º67.41%52.94%-
XYZ11.547.533.23-
YUV74.14110.99171.41-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 59.21%
GREEN value IS 49 (19.53% from 255) = 21.49%
BLUE value IS 44 (17.58% from 255) = 19.30%
R=59.21%
G=21.49%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135494400.640.670.473.350.8435.1
Hex87312C040432F33323
Octal207615401001035736343
Binary1000011111000110110001000000100001110111111110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87312C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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