#843F4C

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

Shades of Camelot #843F4C

Tints of Camelot #843F4C

Color information

#843F4C (or 0x843F4C) is unknown color: approx Camelot. HEX triplet: 84, 3F and 4C. RGB value is (132,63,76). Sum of RGB (Red+Green+Blue) = 132+63+76=271 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.71% from 271); Green value is 63 (25% from 255 or 23.25% from 271); Blue value is 76 (30.08% from 255 or 28.04% from 271); Max value from RGB is 132 - color contains mainly: red. Hex color #843F4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843F4C is #7BC0B3. Grayscale: #555555. Windows color (decimal): -8110260 or 4996996. OLE color: 4996996.

HSL color Cylindrical-coordinate representation of color #843F4C: hue angle of 348.7º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #843F4C is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB1326376-
CMYK00.520.420.48
HSL348.7º35.38%38.24%-
HSV(B)348.7º52.27%51.76%-
XYZ12.68.987.91-
YUV85.11122.86161.44-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.71%
GREEN value IS 63 (25% from 255) = 23.25%
BLUE value IS 76 (30.08% from 255) = 28.04%
R=48.71%
G=23.25%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.42
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132637600.520.420.48348.735.3838.24
Hex843F4C0342A3015d2326
Octal2047711406452605354346
Binary1000010011111110011000110100101010110000101011101100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843F4C; }

 p { color: rgb(132,63,76); }

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

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

 a { background-color: rgb(132,63,76); }

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

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

 span { border-color: rgb(132,63,76); }

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