#843F4A

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

Shades of Camelot #843F4A

Tints of Camelot #843F4A

Color information

#843F4A (or 0x843F4A) is unknown color: approx Camelot. HEX triplet: 84, 3F and 4A. RGB value is (132,63,74). Sum of RGB (Red+Green+Blue) = 132+63+74=269 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.07% from 269); Green value is 63 (25% from 255 or 23.42% from 269); Blue value is 74 (29.30% from 255 or 27.51% from 269); Max value from RGB is 132 - color contains mainly: red. Hex color #843F4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843F4A is #7BC0B5. Grayscale: #545454. Windows color (decimal): -8110262 or 4865924. OLE color: 4865924.

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

Color convert

RGB1326374-
CMYK00.520.440.48
HSL350.43º35.38%38.24%-
HSV(B)350.43º52.27%51.76%-
XYZ12.538.957.55-
YUV84.88121.86161.61-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.07%
GREEN value IS 63 (25% from 255) = 23.42%
BLUE value IS 74 (29.30% from 255) = 27.51%
R=49.07%
G=23.42%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132637400.520.440.48350.4335.3838.24
Hex843F4A0342C3015e2326
Octal2047711206454605364346
Binary1000010011111110010100110100101100110000101011110100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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