#82404E

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

Shades of Camelot #82404E

Tints of Camelot #82404E

Color information

#82404E (or 0x82404E) is unknown color: approx Camelot. HEX triplet: 82, 40 and 4E. RGB value is (130,64,78). Sum of RGB (Red+Green+Blue) = 130+64+78=272 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.79% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 78 (30.86% from 255 or 28.68% from 272); Max value from RGB is 130 - color contains mainly: red. Hex color #82404E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82404E is #7DBFB1. Grayscale: #555555. Windows color (decimal): -8241074 or 5128322. OLE color: 5128322.

HSL color Cylindrical-coordinate representation of color #82404E: hue angle of 347.27º 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 #82404E is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB1306478-
CMYK00.510.400.49
HSL347.27º34.02%38.04%-
HSV(B)347.27º50.77%50.98%-
XYZ12.418.968.28-
YUV85.33123.87159.86-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.79%
GREEN value IS 64 (25.39% from 255) = 23.53%
BLUE value IS 78 (30.86% from 255) = 28.68%
R=47.79%
G=23.53%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130647800.510.400.49347.2734.0238.04
Hex82404E033283115b2226
Octal20210011606350615334246
Binary10000010100000010011100110011101000110001101011011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82404E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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