#84324A

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

Shades of Camelot #84324A

Tints of Camelot #84324A

Color information

#84324A (or 0x84324A) is unknown color: approx Camelot. HEX triplet: 84, 32 and 4A. RGB value is (132,50,74). Sum of RGB (Red+Green+Blue) = 132+50+74=256 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.56% from 256); Green value is 50 (19.92% from 255 or 19.53% from 256); Blue value is 74 (29.30% from 255 or 28.91% from 256); Max value from RGB is 132 - color contains mainly: red. Hex color #84324A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84324A is #7BCDB5. Grayscale: #4D4D4D. Windows color (decimal): -8113590 or 4862596. OLE color: 4862596.

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

Color convert

RGB1325074-
CMYK00.620.440.48
HSL342.44º45.05%35.69%-
HSV(B)342.44º62.12%51.76%-
XYZ11.897.687.33-
YUV77.25126.17167.05-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 51.56%
GREEN value IS 50 (19.92% from 255) = 19.53%
BLUE value IS 74 (29.30% from 255) = 28.91%
R=51.56%
G=19.53%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132507400.620.440.48342.4445.0535.69
Hex84324A03E2C301562d24
Octal2046211207654605265544
Binary1000010011001010010100111110101100110000101010110101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84324A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84324A; }

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

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

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

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

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

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

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

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