#873E53

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

Shades of Camelot #873E53

Tints of Camelot #873E53

Color information

#873E53 (or 0x873E53) is unknown color: approx Camelot. HEX triplet: 87, 3E and 53. RGB value is (135,62,83). Sum of RGB (Red+Green+Blue) = 135+62+83=280 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.21% from 280); Green value is 62 (24.61% from 255 or 22.14% from 280); Blue value is 83 (32.81% from 255 or 29.64% from 280); Max value from RGB is 135 - color contains mainly: red. Hex color #873E53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873E53 is #78C1AC. Grayscale: #565656. Windows color (decimal): -7913901 or 5455495. OLE color: 5455495.

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

Color convert

RGB1356283-
CMYK00.540.390.47
HSL342.74º37.06%38.63%-
HSV(B)342.74º54.07%52.94%-
XYZ13.289.229.26-
YUV86.22126.18162.79-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.21%
GREEN value IS 62 (24.61% from 255) = 22.14%
BLUE value IS 83 (32.81% from 255) = 29.64%
R=48.21%
G=22.14%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135628300.540.390.47342.7437.0638.63
Hex873E53036272F1572527
Octal2077612306647575274547
Binary1000011111111010100110110110100111101111101010111100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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