#82364D

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

Shades of Camelot #82364D

Tints of Camelot #82364D

Color information

#82364D (or 0x82364D) is unknown color: approx Camelot. HEX triplet: 82, 36 and 4D. RGB value is (130,54,77). Sum of RGB (Red+Green+Blue) = 130+54+77=261 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.81% from 261); Green value is 54 (21.48% from 255 or 20.69% from 261); Blue value is 77 (30.47% from 255 or 29.50% from 261); Max value from RGB is 130 - color contains mainly: red. Hex color #82364D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82364D is #7DC9B2. Grayscale: #4F4F4F. Windows color (decimal): -8243635 or 5060226. OLE color: 5060226.

HSL color Cylindrical-coordinate representation of color #82364D: hue angle of 341.84º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #82364D is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB1305477-
CMYK00.580.410.49
HSL341.84º41.3%36.08%-
HSV(B)341.84º58.46%50.98%-
XYZ11.867.927.92-
YUV79.35126.68164.13-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.81%
GREEN value IS 54 (21.48% from 255) = 20.69%
BLUE value IS 77 (30.47% from 255) = 29.50%
R=49.81%
G=20.69%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130547700.580.410.49341.8441.336.08
Hex82364D03A29311562924
Octal2026611507251615265144
Binary1000001011011010011010111010101001110001101010110101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82364D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82364D; }

 p { color: rgb(130,54,77); }

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

<style>
 a { background-color: #82364D; }

 a { background-color: rgb(130,54,77); }

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

<style>
 span { border-color: #82364D; }

 span { border-color: rgb(130,54,77); }

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