#873C55

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

Shades of Camelot #873C55

Tints of Camelot #873C55

Color information

#873C55 (or 0x873C55) is unknown color: approx Camelot. HEX triplet: 87, 3C and 55. RGB value is (135,60,85). Sum of RGB (Red+Green+Blue) = 135+60+85=280 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.21% from 280); Green value is 60 (23.83% from 255 or 21.43% from 280); Blue value is 85 (33.59% from 255 or 30.36% from 280); Max value from RGB is 135 - color contains mainly: red. Hex color #873C55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873C55 is #78C3AA. Grayscale: #555555. Windows color (decimal): -7914411 or 5586055. OLE color: 5586055.

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

Color convert

RGB1356085-
CMYK00.560.370.47
HSL340º38.46%38.24%-
HSV(B)340º55.56%52.94%-
XYZ13.259.049.64-
YUV85.28127.85163.47-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.21%
GREEN value IS 60 (23.83% from 255) = 21.43%
BLUE value IS 85 (33.59% from 255) = 30.36%
R=48.21%
G=21.43%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135608500.560.370.4734038.4638.24
Hex873C55038252F1542626
Octal2077412507045575244646
Binary1000011111110010101010111000100101101111101010100100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873C55; }

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

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

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

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

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

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

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

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