#87344C

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

Shades of Camelot #87344C

Tints of Camelot #87344C

Color information

#87344C (or 0x87344C) is unknown color: approx Camelot. HEX triplet: 87, 34 and 4C. RGB value is (135,52,76). Sum of RGB (Red+Green+Blue) = 135+52+76=263 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.33% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 76 (30.08% from 255 or 28.90% from 263); Max value from RGB is 135 - color contains mainly: red. Hex color #87344C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87344C is #78CBB3. Grayscale: #4F4F4F. Windows color (decimal): -7916468 or 4994183. OLE color: 4994183.

HSL color Cylindrical-coordinate representation of color #87344C: hue angle of 342.65º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #87344C is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB1355276-
CMYK00.610.440.47
HSL342.65º44.39%36.67%-
HSV(B)342.65º61.48%52.94%-
XYZ12.528.137.75-
YUV79.55126167.55-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.33%
GREEN value IS 52 (20.70% from 255) = 19.77%
BLUE value IS 76 (30.08% from 255) = 28.90%
R=51.33%
G=19.77%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135527600.610.440.47342.6544.3936.67
Hex87344C03D2C2F1572c25
Octal2076411407554575275445
Binary1000011111010010011000111101101100101111101010111101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87344C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,52,76); }

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

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

 a { background-color: rgb(135,52,76); }

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

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

 span { border-color: rgb(135,52,76); }

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