#843D57

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

Shades of Camelot #843D57

Tints of Camelot #843D57

Color information

#843D57 (or 0x843D57) is unknown color: approx Camelot. HEX triplet: 84, 3D and 57. RGB value is (132,61,87). Sum of RGB (Red+Green+Blue) = 132+61+87=280 (37% of max value = 765). Red value is 132 (51.95% from 255 or 47.14% from 280); Green value is 61 (24.22% from 255 or 21.79% from 280); Blue value is 87 (34.38% from 255 or 31.07% from 280); Max value from RGB is 132 - color contains mainly: red. Hex color #843D57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843D57 is #7BC2A8. Grayscale: #555555. Windows color (decimal): -8110761 or 5717380. OLE color: 5717380.

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

Color convert

RGB1326187-
CMYK00.540.340.48
HSL338.03º36.79%37.84%-
HSV(B)338.03º53.79%51.76%-
XYZ12.98.9310.06-
YUV85.19129.02161.39-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.14%
GREEN value IS 61 (24.22% from 255) = 21.79%
BLUE value IS 87 (34.38% from 255) = 31.07%
R=47.14%
G=21.79%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.34
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132618700.540.340.48338.0336.7937.84
Hex843D5703622301522526
Octal2047512706642605224546
Binary1000010011110110101110110110100010110000101010010100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,61,87); }

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

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

 a { background-color: rgb(132,61,87); }

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

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

 span { border-color: rgb(132,61,87); }

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