#84384C

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

Shades of Camelot #84384C

Tints of Camelot #84384C

Color information

#84384C (or 0x84384C) is unknown color: approx Camelot. HEX triplet: 84, 38 and 4C. RGB value is (132,56,76). Sum of RGB (Red+Green+Blue) = 132+56+76=264 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50% from 264); Green value is 56 (22.27% from 255 or 21.21% from 264); Blue value is 76 (30.08% from 255 or 28.79% from 264); Max value from RGB is 132 - color contains mainly: red. Hex color #84384C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84384C is #7BC7B3. Grayscale: #515151. Windows color (decimal): -8112052 or 4995204. OLE color: 4995204.

HSL color Cylindrical-coordinate representation of color #84384C: hue angle of 344.21º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #84384C is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB1325676-
CMYK00.580.420.48
HSL344.21º40.43%36.86%-
HSV(B)344.21º57.58%51.76%-
XYZ12.238.267.79-
YUV81125.18164.37-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50%
GREEN value IS 56 (22.27% from 255) = 21.21%
BLUE value IS 76 (30.08% from 255) = 28.79%
R=50%
G=21.21%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.42
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132567600.580.420.48344.2140.4336.86
Hex84384C03A2A301582825
Octal2047011407252605305045
Binary1000010011100010011000111010101010110000101011000101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84384C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84384C; }

 p { color: rgb(132,56,76); }

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

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

 a { background-color: rgb(132,56,76); }

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

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

 span { border-color: rgb(132,56,76); }

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