#873D52

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

Shades of Camelot #873D52

Tints of Camelot #873D52

Color information

#873D52 (or 0x873D52) is unknown color: approx Camelot. HEX triplet: 87, 3D and 52. RGB value is (135,61,82). Sum of RGB (Red+Green+Blue) = 135+61+82=278 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.56% from 278); Green value is 61 (24.22% from 255 or 21.94% from 278); Blue value is 82 (32.42% from 255 or 29.50% from 278); Max value from RGB is 135 - color contains mainly: red. Hex color #873D52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873D52 is #78C2AD. Grayscale: #555555. Windows color (decimal): -7914158 or 5389703. OLE color: 5389703.

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

Color convert

RGB1356182-
CMYK00.550.390.47
HSL342.97º37.76%38.43%-
HSV(B)342.97º54.81%52.94%-
XYZ13.189.19.04-
YUV85.52126.02163.29-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.56%
GREEN value IS 61 (24.22% from 255) = 21.94%
BLUE value IS 82 (32.42% from 255) = 29.50%
R=48.56%
G=21.94%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135618200.550.390.47342.9737.7638.43
Hex873D52037272F1572626
Octal2077512206747575274646
Binary1000011111110110100100110111100111101111101010111100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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