#873147

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

Shades of Camelot #873147

Tints of Camelot #873147

Color information

#873147 (or 0x873147) is unknown color: approx Camelot. HEX triplet: 87, 31 and 47. RGB value is (135,49,71). Sum of RGB (Red+Green+Blue) = 135+49+71=255 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.94% from 255); Green value is 49 (19.53% from 255 or 19.22% from 255); Blue value is 71 (28.12% from 255 or 27.84% from 255); Max value from RGB is 135 - color contains mainly: red. Hex color #873147 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873147 is #78CEB8. Grayscale: #4D4D4D. Windows color (decimal): -7917241 or 4665735. OLE color: 4665735.

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

Color convert

RGB1354971-
CMYK00.640.470.47
HSL344.65º46.74%36.08%-
HSV(B)344.65º63.7%52.94%-
XYZ12.237.86.82-
YUV77.22124.49169.21-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.94%
GREEN value IS 49 (19.53% from 255) = 19.22%
BLUE value IS 71 (28.12% from 255) = 27.84%
R=52.94%
G=19.22%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135497100.640.470.47344.6546.7436.08
Hex8731470402F2F1592f24
Octal20761107010057575315744
Binary10000111110001100011101000000101111101111101011001101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873147; }

 p { color: rgb(135,49,71); }

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

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

 a { background-color: rgb(135,49,71); }

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

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

 span { border-color: rgb(135,49,71); }

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