#82394C

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

Shades of Camelot #82394C

Tints of Camelot #82394C

Color information

#82394C (or 0x82394C) is unknown color: approx Camelot. HEX triplet: 82, 39 and 4C. RGB value is (130,57,76). Sum of RGB (Red+Green+Blue) = 130+57+76=263 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.43% from 263); Green value is 57 (22.66% from 255 or 21.67% from 263); Blue value is 76 (30.08% from 255 or 28.90% from 263); Max value from RGB is 130 - color contains mainly: red. Hex color #82394C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82394C is #7DC6B3. Grayscale: #505050. Windows color (decimal): -8242868 or 4995458. OLE color: 4995458.

HSL color Cylindrical-coordinate representation of color #82394C: hue angle of 344.38º 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 #82394C is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB1305776-
CMYK00.560.420.49
HSL344.38º39.04%36.67%-
HSV(B)344.38º56.15%50.98%-
XYZ11.978.197.79-
YUV80.99125.18162.96-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.43%
GREEN value IS 57 (22.66% from 255) = 21.67%
BLUE value IS 76 (30.08% from 255) = 28.90%
R=49.43%
G=21.67%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130577600.560.420.49344.3839.0436.67
Hex82394C0382A311582725
Octal2027111407052615304745
Binary1000001011100110011000111000101010110001101011000100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82394C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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