#87334A

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

Shades of Camelot #87334A

Tints of Camelot #87334A

Color information

#87334A (or 0x87334A) is unknown color: approx Camelot. HEX triplet: 87, 33 and 4A. RGB value is (135,51,74). Sum of RGB (Red+Green+Blue) = 135+51+74=260 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.92% from 260); Green value is 51 (20.31% from 255 or 19.62% from 260); Blue value is 74 (29.30% from 255 or 28.46% from 260); Max value from RGB is 135 - color contains mainly: red. Hex color #87334A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87334A is #78CCB5. Grayscale: #4E4E4E. Windows color (decimal): -7916726 or 4862855. OLE color: 4862855.

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

Color convert

RGB1355174-
CMYK00.620.450.47
HSL343.57º45.16%36.47%-
HSV(B)343.57º62.22%52.94%-
XYZ12.418.017.37-
YUV78.74125.33168.13-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.92%
GREEN value IS 51 (20.31% from 255) = 19.62%
BLUE value IS 74 (29.30% from 255) = 28.46%
R=51.92%
G=19.62%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135517400.620.450.47343.5745.1636.47
Hex87334A03E2D2F1582d24
Octal2076311207655575305544
Binary1000011111001110010100111110101101101111101011000101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87334A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,51,74); }

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

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

 a { background-color: rgb(135,51,74); }

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

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

 span { border-color: rgb(135,51,74); }

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