#87394E

Color #87394E Camelot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camelot #87394E

Tints of Camelot #87394E

Color information

#87394E (or 0x87394E) is unknown color: approx Camelot. HEX triplet: 87, 39 and 4E. RGB value is (135,57,78). Sum of RGB (Red+Green+Blue) = 135+57+78=270 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50% from 270); Green value is 57 (22.66% from 255 or 21.11% from 270); Blue value is 78 (30.86% from 255 or 28.89% from 270); Max value from RGB is 135 - color contains mainly: red. Hex color #87394E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87394E is #78C6B1. Grayscale: #525252. Windows color (decimal): -7915186 or 5126535. OLE color: 5126535.

HSL color Cylindrical-coordinate representation of color #87394E: hue angle of 343.85º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #87394E is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB1355778-
CMYK00.580.420.47
HSL343.85º40.63%37.65%-
HSV(B)343.85º57.78%52.94%-
XYZ12.838.638.2-
YUV82.72125.34165.29-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50%
GREEN value IS 57 (22.66% from 255) = 21.11%
BLUE value IS 78 (30.86% from 255) = 28.89%
R=50%
G=21.11%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135577800.580.420.47343.8540.6337.65
Hex87394E03A2A2F1582926
Octal2077111607252575305146
Binary1000011111100110011100111010101010101111101011000101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87394E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87394E; }

 p { color: rgb(135,57,78); }

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

<style>
 a { background-color: #87394E; }

 a { background-color: rgb(135,57,78); }

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

<style>
 span { border-color: #87394E; }

 span { border-color: rgb(135,57,78); }

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