#873C52

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

Shades of Camelot #873C52

Tints of Camelot #873C52

Color information

#873C52 (or 0x873C52) is unknown color: approx Camelot. HEX triplet: 87, 3C and 52. RGB value is (135,60,82). Sum of RGB (Red+Green+Blue) = 135+60+82=277 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.74% from 277); Green value is 60 (23.83% from 255 or 21.66% from 277); Blue value is 82 (32.42% from 255 or 29.60% from 277); Max value from RGB is 135 - color contains mainly: red. Hex color #873C52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873C52 is #78C3AD. Grayscale: #545454. Windows color (decimal): -7914414 or 5389447. OLE color: 5389447.

HSL color Cylindrical-coordinate representation of color #873C52: hue angle of 342.4º 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 #873C52 is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB1356082-
CMYK00.560.390.47
HSL342.4º38.46%38.24%-
HSV(B)342.4º55.56%52.94%-
XYZ13.138.999.03-
YUV84.93126.35163.71-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.74%
GREEN value IS 60 (23.83% from 255) = 21.66%
BLUE value IS 82 (32.42% from 255) = 29.60%
R=48.74%
G=21.66%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135608200.560.390.47342.438.4638.24
Hex873C52038272F1562626
Octal2077412207047575264646
Binary1000011111110010100100111000100111101111101010110100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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