#82424C

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

Shades of Camelot #82424C

Tints of Camelot #82424C

Color information

#82424C (or 0x82424C) is unknown color: approx Camelot. HEX triplet: 82, 42 and 4C. RGB value is (130,66,76). Sum of RGB (Red+Green+Blue) = 130+66+76=272 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.79% from 272); Green value is 66 (26.17% from 255 or 24.26% from 272); Blue value is 76 (30.08% from 255 or 27.94% from 272); Max value from RGB is 130 - color contains mainly: red. Hex color #82424C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82424C is #7DBDB3. Grayscale: #565656. Windows color (decimal): -8240564 or 4997762. OLE color: 4997762.

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

Color convert

RGB1306676-
CMYK00.490.420.49
HSL350.62º32.65%38.43%-
HSV(B)350.62º49.23%50.98%-
XYZ12.469.167.95-
YUV86.28122.2159.19-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.79%
GREEN value IS 66 (26.17% from 255) = 24.26%
BLUE value IS 76 (30.08% from 255) = 27.94%
R=47.79%
G=24.26%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130667600.490.420.49350.6232.6538.43
Hex82424C0312A3115f2126
Octal20210211406152615374146
Binary10000010100001010011000110001101010110001101011111100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82424C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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