#87384F

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

Shades of Camelot #87384F

Tints of Camelot #87384F

Color information

#87384F (or 0x87384F) is unknown color: approx Camelot. HEX triplet: 87, 38 and 4F. RGB value is (135,56,79). Sum of RGB (Red+Green+Blue) = 135+56+79=270 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50% from 270); Green value is 56 (22.27% from 255 or 20.74% from 270); Blue value is 79 (31.25% from 255 or 29.26% from 270); Max value from RGB is 135 - color contains mainly: red. Hex color #87384F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87384F is #78C7B0. Grayscale: #525252. Windows color (decimal): -7915441 or 5191815. OLE color: 5191815.

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

Color convert

RGB1355679-
CMYK00.590.410.47
HSL342.53º41.36%37.45%-
HSV(B)342.53º58.52%52.94%-
XYZ12.828.548.37-
YUV82.24126.17165.63-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50%
GREEN value IS 56 (22.27% from 255) = 20.74%
BLUE value IS 79 (31.25% from 255) = 29.26%
R=50%
G=20.74%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135567900.590.410.47342.5341.3637.45
Hex87384F03B292F1572925
Octal2077011707351575275145
Binary1000011111100010011110111011101001101111101010111101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87384F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87384F; }

 p { color: rgb(135,56,79); }

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

<style>
 a { background-color: #87384F; }

 a { background-color: rgb(135,56,79); }

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

<style>
 span { border-color: #87384F; }

 span { border-color: rgb(135,56,79); }

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