#84414F

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

Shades of Camelot #84414F

Tints of Camelot #84414F

Color information

#84414F (or 0x84414F) is unknown color: approx Camelot. HEX triplet: 84, 41 and 4F. RGB value is (132,65,79). Sum of RGB (Red+Green+Blue) = 132+65+79=276 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.83% from 276); Green value is 65 (25.78% from 255 or 23.55% from 276); Blue value is 79 (31.25% from 255 or 28.62% from 276); Max value from RGB is 132 - color contains mainly: red. Hex color #84414F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84414F is #7BBEB0. Grayscale: #565656. Windows color (decimal): -8109745 or 5194116. OLE color: 5194116.

HSL color Cylindrical-coordinate representation of color #84414F: hue angle of 347.46º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #84414F is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB1326579-
CMYK00.510.400.48
HSL347.46º34.01%38.63%-
HSV(B)347.46º50.76%51.76%-
XYZ12.829.258.51-
YUV86.63123.7160.36-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.83%
GREEN value IS 65 (25.78% from 255) = 23.55%
BLUE value IS 79 (31.25% from 255) = 28.62%
R=47.83%
G=23.55%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132657900.510.400.48347.4634.0138.63
Hex84414F033283015b2227
Octal20410111706350605334247
Binary10000100100000110011110110011101000110000101011011100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84414F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84414F; }

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

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

<style>
 a { background-color: #84414F; }

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

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

<style>
 span { border-color: #84414F; }

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

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