#874151

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

Shades of Camelot #874151

Tints of Camelot #874151

Color information

#874151 (or 0x874151) is unknown color: approx Camelot. HEX triplet: 87, 41 and 51. RGB value is (135,65,81). Sum of RGB (Red+Green+Blue) = 135+65+81=281 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.04% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 81 (32.03% from 255 or 28.83% from 281); Max value from RGB is 135 - color contains mainly: red. Hex color #874151 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874151 is #78BEAE. Grayscale: #575757. Windows color (decimal): -7913135 or 5325191. OLE color: 5325191.

HSL color Cylindrical-coordinate representation of color #874151: hue angle of 346.29º 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 #874151 is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB1356581-
CMYK00.520.400.47
HSL346.29º35%39.22%-
HSV(B)346.29º51.85%52.94%-
XYZ13.379.538.92-
YUV87.75124.19161.7-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.04%
GREEN value IS 65 (25.78% from 255) = 23.13%
BLUE value IS 81 (32.03% from 255) = 28.83%
R=48.04%
G=23.13%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135658100.520.400.47346.293539.22
Hex874151034282F15a2327
Octal20710112106450575324347
Binary10000111100000110100010110100101000101111101011010100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874151; }

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

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

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

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

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

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

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

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