#873A52

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

Shades of Camelot #873A52

Tints of Camelot #873A52

Color information

#873A52 (or 0x873A52) is unknown color: approx Camelot. HEX triplet: 87, 3A and 52. RGB value is (135,58,82). Sum of RGB (Red+Green+Blue) = 135+58+82=275 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.09% from 275); Green value is 58 (23.05% from 255 or 21.09% from 275); Blue value is 82 (32.42% from 255 or 29.82% from 275); Max value from RGB is 135 - color contains mainly: red. Hex color #873A52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873A52 is #78C5AD. Grayscale: #535353. Windows color (decimal): -7914926 or 5388935. OLE color: 5388935.

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

Color convert

RGB1355882-
CMYK00.570.390.47
HSL341.3º39.9%37.84%-
HSV(B)341.3º57.04%52.94%-
XYZ13.038.798.99-
YUV83.76127.01164.55-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.09%
GREEN value IS 58 (23.05% from 255) = 21.09%
BLUE value IS 82 (32.42% from 255) = 29.82%
R=49.09%
G=21.09%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135588200.570.390.47341.339.937.84
Hex873A52039272F1552826
Octal2077212207147575255046
Binary1000011111101010100100111001100111101111101010101101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,58,82); }

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

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

 a { background-color: rgb(135,58,82); }

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

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

 span { border-color: rgb(135,58,82); }

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