#84384A

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

Shades of Camelot #84384A

Tints of Camelot #84384A

Color information

#84384A (or 0x84384A) is unknown color: approx Camelot. HEX triplet: 84, 38 and 4A. RGB value is (132,56,74). Sum of RGB (Red+Green+Blue) = 132+56+74=262 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.38% from 262); Green value is 56 (22.27% from 255 or 21.37% from 262); Blue value is 74 (29.30% from 255 or 28.24% from 262); Max value from RGB is 132 - color contains mainly: red. Hex color #84384A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84384A is #7BC7B5. Grayscale: #505050. Windows color (decimal): -8112054 or 4864132. OLE color: 4864132.

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

Color convert

RGB1325674-
CMYK00.580.440.48
HSL345.79º40.43%36.86%-
HSV(B)345.79º57.58%51.76%-
XYZ12.178.237.43-
YUV80.78124.18164.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.38%
GREEN value IS 56 (22.27% from 255) = 21.37%
BLUE value IS 74 (29.30% from 255) = 28.24%
R=50.38%
G=21.37%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132567400.580.440.48345.7940.4336.86
Hex84384A03A2C3015a2825
Octal2047011207254605325045
Binary1000010011100010010100111010101100110000101011010101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84384A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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