#87473A

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

Shades of Paarl #87473A

Tints of Paarl #87473A

Color information

#87473A (or 0x87473A) is unknown color: approx Paarl. HEX triplet: 87, 47 and 3A. RGB value is (135,71,58). Sum of RGB (Red+Green+Blue) = 135+71+58=264 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.14% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 58 (23.05% from 255 or 21.97% from 264); Max value from RGB is 135 - color contains mainly: red. Hex color #87473A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87473A is #78B8C5. Grayscale: #585858. Windows color (decimal): -7911622 or 3819399. OLE color: 3819399.

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

Color convert

RGB1357158-
CMYK00.470.570.47
HSL10.13º39.9%37.84%-
HSV(B)10.13º57.04%52.94%-
XYZ13.019.965.24-
YUV88.65110.7161.06-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.14%
GREEN value IS 71 (28.12% from 255) = 26.89%
BLUE value IS 58 (23.05% from 255) = 21.97%
R=51.14%
G=26.89%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135715800.470.570.4710.1339.937.84
Hex87473A02F392Fa2826
Octal207107720577157125046
Binary10000111100011111101001011111110011011111010101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87473A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,71,58); }

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

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

 a { background-color: rgb(135,71,58); }

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

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

 span { border-color: rgb(135,71,58); }

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