#82404F

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

Shades of Camelot #82404F

Tints of Camelot #82404F

Color information

#82404F (or 0x82404F) is unknown color: approx Camelot. HEX triplet: 82, 40 and 4F. RGB value is (130,64,79). Sum of RGB (Red+Green+Blue) = 130+64+79=273 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.62% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 79 (31.25% from 255 or 28.94% from 273); Max value from RGB is 130 - color contains mainly: red. Hex color #82404F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82404F is #7DBFB0. Grayscale: #555555. Windows color (decimal): -8241073 or 5193858. OLE color: 5193858.

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

Color convert

RGB1306479-
CMYK00.510.390.49
HSL346.36º34.02%38.04%-
HSV(B)346.36º50.77%50.98%-
XYZ12.458.988.47-
YUV85.44124.37159.78-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.62%
GREEN value IS 64 (25.39% from 255) = 23.44%
BLUE value IS 79 (31.25% from 255) = 28.94%
R=47.62%
G=23.44%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130647900.510.390.49346.3634.0238.04
Hex82404F033273115a2226
Octal20210011706347615324246
Binary10000010100000010011110110011100111110001101011010100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82404F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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