#82404B

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

Shades of Camelot #82404B

Tints of Camelot #82404B

Color information

#82404B (or 0x82404B) is unknown color: approx Camelot. HEX triplet: 82, 40 and 4B. RGB value is (130,64,75). Sum of RGB (Red+Green+Blue) = 130+64+75=269 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.33% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 75 (29.69% from 255 or 27.88% from 269); Max value from RGB is 130 - color contains mainly: red. Hex color #82404B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82404B is #7DBFB4. Grayscale: #555555. Windows color (decimal): -8241077 or 4931714. OLE color: 4931714.

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

Color convert

RGB1306475-
CMYK00.510.420.49
HSL350º34.02%38.04%-
HSV(B)350º50.77%50.98%-
XYZ12.318.927.73-
YUV84.99122.37160.11-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.33%
GREEN value IS 64 (25.39% from 255) = 23.79%
BLUE value IS 75 (29.69% from 255) = 27.88%
R=48.33%
G=23.79%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130647500.510.420.4935034.0238.04
Hex82404B0332A3115e2226
Octal20210011306352615364246
Binary10000010100000010010110110011101010110001101011110100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82404B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,64,75); }

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

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

 a { background-color: rgb(130,64,75); }

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

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

 span { border-color: rgb(130,64,75); }

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