#84414B

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

Shades of Camelot #84414B

Tints of Camelot #84414B

Color information

#84414B (or 0x84414B) is unknown color: approx Camelot. HEX triplet: 84, 41 and 4B. RGB value is (132,65,75). Sum of RGB (Red+Green+Blue) = 132+65+75=272 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.53% from 272); Green value is 65 (25.78% from 255 or 23.90% from 272); Blue value is 75 (29.69% from 255 or 27.57% from 272); Max value from RGB is 132 - color contains mainly: red. Hex color #84414B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84414B is #7BBEB4. Grayscale: #565656. Windows color (decimal): -8109749 or 4931972. OLE color: 4931972.

HSL color Cylindrical-coordinate representation of color #84414B: hue angle of 351.04º 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 #84414B is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB1326575-
CMYK00.510.430.48
HSL351.04º34.01%38.63%-
HSV(B)351.04º50.76%51.76%-
XYZ12.689.197.76-
YUV86.17121.7160.69-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.53%
GREEN value IS 65 (25.78% from 255) = 23.90%
BLUE value IS 75 (29.69% from 255) = 27.57%
R=48.53%
G=23.90%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132657500.510.430.48351.0434.0138.63
Hex84414B0332B3015f2227
Octal20410111306353605374247
Binary10000100100000110010110110011101011110000101011111100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84414B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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