#82414C

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

Shades of Camelot #82414C

Tints of Camelot #82414C

Color information

#82414C (or 0x82414C) is unknown color: approx Camelot. HEX triplet: 82, 41 and 4C. RGB value is (130,65,76). Sum of RGB (Red+Green+Blue) = 130+65+76=271 (35% of max value = 765). Red value is 130 (51.17% from 255 or 47.97% from 271); Green value is 65 (25.78% from 255 or 23.99% from 271); Blue value is 76 (30.08% from 255 or 28.04% from 271); Max value from RGB is 130 - color contains mainly: red. Hex color #82414C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82414C is #7DBEB3. Grayscale: #555555. Windows color (decimal): -8240820 or 4997506. OLE color: 4997506.

HSL color Cylindrical-coordinate representation of color #82414C: hue angle of 349.85º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #82414C is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB1306576-
CMYK00.500.420.49
HSL349.85º33.33%38.24%-
HSV(B)349.85º50%50.98%-
XYZ12.49.057.93-
YUV85.69122.53159.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.97%
GREEN value IS 65 (25.78% from 255) = 23.99%
BLUE value IS 76 (30.08% from 255) = 28.04%
R=47.97%
G=23.99%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130657600.500.420.49349.8533.3338.24
Hex82414C0322A3115e2126
Octal20210111406252615364146
Binary10000010100000110011000110010101010110001101011110100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82414C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82414C; }

 p { color: rgb(130,65,76); }

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

<style>
 a { background-color: #82414C; }

 a { background-color: rgb(130,65,76); }

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

<style>
 span { border-color: #82414C; }

 span { border-color: rgb(130,65,76); }

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