#843549

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

Shades of Camelot #843549

Tints of Camelot #843549

Color information

#843549 (or 0x843549) is unknown color: approx Camelot. HEX triplet: 84, 35 and 49. RGB value is (132,53,73). Sum of RGB (Red+Green+Blue) = 132+53+73=258 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.16% from 258); Green value is 53 (21.09% from 255 or 20.54% from 258); Blue value is 73 (28.91% from 255 or 28.29% from 258); Max value from RGB is 132 - color contains mainly: red. Hex color #843549 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843549 is #7BCAB6. Grayscale: #4E4E4E. Windows color (decimal): -8112823 or 4797828. OLE color: 4797828.

HSL color Cylindrical-coordinate representation of color #843549: hue angle of 344.81º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #843549 is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB1325373-
CMYK00.600.450.48
HSL344.81º42.7%36.27%-
HSV(B)344.81º59.85%51.76%-
XYZ11.997.937.2-
YUV78.9124.67165.87-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 51.16%
GREEN value IS 53 (21.09% from 255) = 20.54%
BLUE value IS 73 (28.91% from 255) = 28.29%
R=51.16%
G=20.54%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132537300.600.450.48344.8142.736.27
Hex84354903C2D301592b24
Octal2046511107455605315344
Binary1000010011010110010010111100101101110000101011001101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843549; }

 p { color: rgb(132,53,73); }

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

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

 a { background-color: rgb(132,53,73); }

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

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

 span { border-color: rgb(132,53,73); }

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