#84384f

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

Shades of Camelot #84384F

Tints of Camelot #84384F

Color information

#84384F (or 0x84384F) is unknown color: approx Camelot. HEX triplet: 84, 38 and 4F. RGB value is (132,56,79). Sum of RGB (Red+Green+Blue) = 132+56+79=267 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.44% from 267); Green value is 56 (22.27% from 255 or 20.97% from 267); Blue value is 79 (31.25% from 255 or 29.59% from 267); Max value from RGB is 132 - color contains mainly: red. Hex color #84384F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84384F is #7BC7B0. Grayscale: #515151. Windows color (decimal): -8112049 or 5191812. OLE color: 5191812.

HSL color Cylindrical-coordinate representation of color #84384F: hue angle of 341.84º 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 #84384F is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB1325679-
CMYK00.580.400.48
HSL341.84º40.43%36.86%-
HSV(B)341.84º57.58%51.76%-
XYZ12.348.38.35-
YUV81.35126.68164.13-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.44%
GREEN value IS 56 (22.27% from 255) = 20.97%
BLUE value IS 79 (31.25% from 255) = 29.59%
R=49.44%
G=20.97%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132567900.580.400.48341.8440.4336.86
Hex84384F03A28301562825
Octal2047011707250605265045
Binary1000010011100010011110111010101000110000101010110101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84384f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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