#87302A

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

Shades of Crab Apple #87302A

Tints of Crab Apple #87302A

Color information

#87302A (or 0x87302A) is unknown color: approx Crab Apple. HEX triplet: 87, 30 and 2A. RGB value is (135,48,42). Sum of RGB (Red+Green+Blue) = 135+48+42=225 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60% from 225); Green value is 48 (19.14% from 255 or 21.33% from 225); Blue value is 42 (16.80% from 255 or 18.67% from 225); Max value from RGB is 135 - color contains mainly: red. Hex color #87302A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87302A is #78CFD5. Grayscale: #494949. Windows color (decimal): -7917526 or 2764935. OLE color: 2764935.

HSL color Cylindrical-coordinate representation of color #87302A: hue angle of 3.87º 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 #87302A is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB1354842-
CMYK00.640.690.47
HSL3.87º52.54%34.71%-
HSV(B)3.87º68.89%52.94%-
XYZ11.477.433.02-
YUV73.33110.32171.99-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 60%
GREEN value IS 48 (19.14% from 255) = 21.33%
BLUE value IS 42 (16.80% from 255) = 18.67%
R=60%
G=21.33%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135484200.640.690.473.8752.5434.71
Hex87302A040452F43523
Octal207605201001055746543
Binary10000111110000101010010000001000101101111100110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87302A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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