#874153

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

Shades of Camelot #874153

Tints of Camelot #874153

Color information

#874153 (or 0x874153) is unknown color: approx Camelot. HEX triplet: 87, 41 and 53. RGB value is (135,65,83). Sum of RGB (Red+Green+Blue) = 135+65+83=283 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.70% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 83 (32.81% from 255 or 29.33% from 283); Max value from RGB is 135 - color contains mainly: red. Hex color #874153 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874153 is #78BEAC. Grayscale: #575757. Windows color (decimal): -7913133 or 5456263. OLE color: 5456263.

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

Color convert

RGB1356583-
CMYK00.520.390.47
HSL344.57º35%39.22%-
HSV(B)344.57º51.85%52.94%-
XYZ13.449.569.32-
YUV87.98125.19161.54-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.70%
GREEN value IS 65 (25.78% from 255) = 22.97%
BLUE value IS 83 (32.81% from 255) = 29.33%
R=47.70%
G=22.97%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135658300.520.390.47344.573539.22
Hex874153034272F1592327
Octal20710112306447575314347
Binary10000111100000110100110110100100111101111101011001100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874153; }

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

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

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

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

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

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

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

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