#84354B

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

Shades of Camelot #84354B

Tints of Camelot #84354B

Color information

#84354B (or 0x84354B) is unknown color: approx Camelot. HEX triplet: 84, 35 and 4B. RGB value is (132,53,75). Sum of RGB (Red+Green+Blue) = 132+53+75=260 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.77% from 260); Green value is 53 (21.09% from 255 or 20.38% from 260); Blue value is 75 (29.69% from 255 or 28.85% from 260); Max value from RGB is 132 - color contains mainly: red. Hex color #84354B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84354B is #7BCAB4. Grayscale: #4F4F4F. Windows color (decimal): -8112821 or 4928900. OLE color: 4928900.

HSL color Cylindrical-coordinate representation of color #84354B: hue angle of 343.29º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #84354B is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB1325375-
CMYK00.600.430.48
HSL343.29º42.7%36.27%-
HSV(B)343.29º59.85%51.76%-
XYZ12.067.967.56-
YUV79.13125.67165.71-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.77%
GREEN value IS 53 (21.09% from 255) = 20.38%
BLUE value IS 75 (29.69% from 255) = 28.85%
R=50.77%
G=20.38%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132537500.600.430.48343.2942.736.27
Hex84354B03C2B301572b24
Octal2046511307453605275344
Binary1000010011010110010110111100101011110000101010111101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84354B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84354B; }

 p { color: rgb(132,53,75); }

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

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

 a { background-color: rgb(132,53,75); }

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

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

 span { border-color: rgb(132,53,75); }

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