#87414D

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

Shades of Camelot #87414D

Tints of Camelot #87414D

Color information

#87414D (or 0x87414D) is unknown color: approx Camelot. HEX triplet: 87, 41 and 4D. RGB value is (135,65,77). Sum of RGB (Red+Green+Blue) = 135+65+77=277 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.74% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 135 - color contains mainly: red. Hex color #87414D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87414D is #78BEB2. Grayscale: #575757. Windows color (decimal): -7913139 or 5063047. OLE color: 5063047.

HSL color Cylindrical-coordinate representation of color #87414D: hue angle of 349.71º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #87414D is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB1356577-
CMYK00.520.430.47
HSL349.71º35%39.22%-
HSV(B)349.71º51.85%52.94%-
XYZ13.229.478.15-
YUV87.3122.19162.02-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.74%
GREEN value IS 65 (25.78% from 255) = 23.47%
BLUE value IS 77 (30.47% from 255) = 27.80%
R=48.74%
G=23.47%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135657700.520.430.47349.713539.22
Hex87414D0342B2F15e2327
Octal20710111506453575364347
Binary10000111100000110011010110100101011101111101011110100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87414D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87414D; }

 p { color: rgb(135,65,77); }

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

<style>
 a { background-color: #87414D; }

 a { background-color: rgb(135,65,77); }

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

<style>
 span { border-color: #87414D; }

 span { border-color: rgb(135,65,77); }

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