#874055

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

Shades of Camelot #874055

Tints of Camelot #874055

Color information

#874055 (or 0x874055) is unknown color: approx Camelot. HEX triplet: 87, 40 and 55. RGB value is (135,64,85). Sum of RGB (Red+Green+Blue) = 135+64+85=284 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.54% from 284); Green value is 64 (25.39% from 255 or 22.54% from 284); Blue value is 85 (33.59% from 255 or 29.93% from 284); Max value from RGB is 135 - color contains mainly: red. Hex color #874055 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874055 is #78BFAA. Grayscale: #575757. Windows color (decimal): -7913387 or 5587079. OLE color: 5587079.

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

Color convert

RGB1356485-
CMYK00.530.370.47
HSL342.25º35.68%39.02%-
HSV(B)342.25º52.59%52.94%-
XYZ13.469.479.71-
YUV87.62126.52161.79-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.54%
GREEN value IS 64 (25.39% from 255) = 22.54%
BLUE value IS 85 (33.59% from 255) = 29.93%
R=47.54%
G=22.54%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135648500.530.370.47342.2535.6839.02
Hex874055035252F1562427
Octal20710012506545575264447
Binary10000111100000010101010110101100101101111101010110100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874055; }

 p { color: rgb(135,64,85); }

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

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

 a { background-color: rgb(135,64,85); }

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

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

 span { border-color: rgb(135,64,85); }

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