#87322A

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

Shades of Crab Apple #87322A

Tints of Crab Apple #87322A

Color information

#87322A (or 0x87322A) is unknown color: approx Crab Apple. HEX triplet: 87, 32 and 2A. RGB value is (135,50,42). Sum of RGB (Red+Green+Blue) = 135+50+42=227 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.47% from 227); Green value is 50 (19.92% from 255 or 22.03% from 227); Blue value is 42 (16.80% from 255 or 18.50% from 227); Max value from RGB is 135 - color contains mainly: red. Hex color #87322A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87322A is #78CDD5. Grayscale: #4A4A4A. Windows color (decimal): -7917014 or 2765447. OLE color: 2765447.

HSL color Cylindrical-coordinate representation of color #87322A: hue angle of 5.16º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #87322A is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB1355042-
CMYK00.630.690.47
HSL5.16º52.54%34.71%-
HSV(B)5.16º68.89%52.94%-
XYZ11.557.63.05-
YUV74.5109.66171.15-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 59.47%
GREEN value IS 50 (19.92% from 255) = 22.03%
BLUE value IS 42 (16.80% from 255) = 18.50%
R=59.47%
G=22.03%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135504200.630.690.475.1652.5434.71
Hex87322A03F452F53523
Octal20762520771055756543
Binary1000011111001010101001111111000101101111101110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87322A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87322A; }

 p { color: rgb(135,50,42); }

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

<style>
 a { background-color: #87322A; }

 a { background-color: rgb(135,50,42); }

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

<style>
 span { border-color: #87322A; }

 span { border-color: rgb(135,50,42); }

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