#843F52

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

Shades of Camelot #843F52

Tints of Camelot #843F52

Color information

#843F52 (or 0x843F52) is unknown color: approx Camelot. HEX triplet: 84, 3F and 52. RGB value is (132,63,82). Sum of RGB (Red+Green+Blue) = 132+63+82=277 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.65% from 277); Green value is 63 (25% from 255 or 22.74% from 277); Blue value is 82 (32.42% from 255 or 29.60% from 277); Max value from RGB is 132 - color contains mainly: red. Hex color #843F52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843F52 is #7BC0AD. Grayscale: #555555. Windows color (decimal): -8110254 or 5390212. OLE color: 5390212.

HSL color Cylindrical-coordinate representation of color #843F52: hue angle of 343.48º 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 #843F52 is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB1326382-
CMYK00.520.380.48
HSL343.48º35.38%38.24%-
HSV(B)343.48º52.27%51.76%-
XYZ12.829.079.06-
YUV85.8125.86160.96-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.65%
GREEN value IS 63 (25% from 255) = 22.74%
BLUE value IS 82 (32.42% from 255) = 29.60%
R=47.65%
G=22.74%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132638200.520.380.48343.4835.3838.24
Hex843F5203426301572326
Octal2047712206446605274346
Binary1000010011111110100100110100100110110000101010111100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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