#843246

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

Shades of Camelot #843246

Tints of Camelot #843246

Color information

#843246 (or 0x843246) is unknown color: approx Camelot. HEX triplet: 84, 32 and 46. RGB value is (132,50,70). Sum of RGB (Red+Green+Blue) = 132+50+70=252 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.38% from 252); Green value is 50 (19.92% from 255 or 19.84% from 252); Blue value is 70 (27.73% from 255 or 27.78% from 252); Max value from RGB is 132 - color contains mainly: red. Hex color #843246 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843246 is #7BCDB9. Grayscale: #4C4C4C. Windows color (decimal): -8113594 or 4600452. OLE color: 4600452.

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

Color convert

RGB1325070-
CMYK00.620.470.48
HSL345.37º45.05%35.69%-
HSV(B)345.37º62.12%51.76%-
XYZ11.767.636.65-
YUV76.8124.17167.37-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 52.38%
GREEN value IS 50 (19.92% from 255) = 19.84%
BLUE value IS 70 (27.73% from 255) = 27.78%
R=52.38%
G=19.84%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132507000.620.470.48345.3745.0535.69
Hex84324603E2F301592d24
Octal2046210607657605315544
Binary1000010011001010001100111110101111110000101011001101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843246; }

 p { color: rgb(132,50,70); }

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

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

 a { background-color: rgb(132,50,70); }

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

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

 span { border-color: rgb(132,50,70); }

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