#873D55

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

Shades of Camelot #873D55

Tints of Camelot #873D55

Color information

#873D55 (or 0x873D55) is unknown color: approx Camelot. HEX triplet: 87, 3D and 55. RGB value is (135,61,85). Sum of RGB (Red+Green+Blue) = 135+61+85=281 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.04% from 281); Green value is 61 (24.22% from 255 or 21.71% from 281); Blue value is 85 (33.59% from 255 or 30.25% from 281); Max value from RGB is 135 - color contains mainly: red. Hex color #873D55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873D55 is #78C2AA. Grayscale: #555555. Windows color (decimal): -7914155 or 5586311. OLE color: 5586311.

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

Color convert

RGB1356185-
CMYK00.550.370.47
HSL340.54º37.76%38.43%-
HSV(B)340.54º54.81%52.94%-
XYZ13.39.149.66-
YUV85.86127.52163.05-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.04%
GREEN value IS 61 (24.22% from 255) = 21.71%
BLUE value IS 85 (33.59% from 255) = 30.25%
R=48.04%
G=21.71%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135618500.550.370.47340.5437.7638.43
Hex873D55037252F1552626
Octal2077512506745575254646
Binary1000011111110110101010110111100101101111101010101100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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