#82394E

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

Shades of Camelot #82394E

Tints of Camelot #82394E

Color information

#82394E (or 0x82394E) is unknown color: approx Camelot. HEX triplet: 82, 39 and 4E. RGB value is (130,57,78). Sum of RGB (Red+Green+Blue) = 130+57+78=265 (35% of max value = 765). Red value is 130 (51.17% from 255 or 49.06% from 265); Green value is 57 (22.66% from 255 or 21.51% from 265); Blue value is 78 (30.86% from 255 or 29.43% from 265); Max value from RGB is 130 - color contains mainly: red. Hex color #82394E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82394E is #7DC6B1. Grayscale: #515151. Windows color (decimal): -8242866 or 5126530. OLE color: 5126530.

HSL color Cylindrical-coordinate representation of color #82394E: hue angle of 342.74º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #82394E is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB1305778-
CMYK00.560.400.49
HSL342.74º39.04%36.67%-
HSV(B)342.74º56.15%50.98%-
XYZ12.048.228.16-
YUV81.22126.18162.79-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.06%
GREEN value IS 57 (22.66% from 255) = 21.51%
BLUE value IS 78 (30.86% from 255) = 29.43%
R=49.06%
G=21.51%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130577800.560.400.49342.7439.0436.67
Hex82394E03828311572725
Octal2027111607050615274745
Binary1000001011100110011100111000101000110001101010111100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82394E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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