#82364C

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

Shades of Camelot #82364C

Tints of Camelot #82364C

Color information

#82364C (or 0x82364C) is unknown color: approx Camelot. HEX triplet: 82, 36 and 4C. RGB value is (130,54,76). Sum of RGB (Red+Green+Blue) = 130+54+76=260 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50% from 260); Green value is 54 (21.48% from 255 or 20.77% from 260); Blue value is 76 (30.08% from 255 or 29.23% from 260); Max value from RGB is 130 - color contains mainly: red. Hex color #82364C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82364C is #7DC9B3. Grayscale: #4F4F4F. Windows color (decimal): -8243636 or 4994690. OLE color: 4994690.

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

Color convert

RGB1305476-
CMYK00.580.420.49
HSL342.63º41.3%36.08%-
HSV(B)342.63º58.46%50.98%-
XYZ11.837.917.74-
YUV79.23126.18164.21-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50%
GREEN value IS 54 (21.48% from 255) = 20.77%
BLUE value IS 76 (30.08% from 255) = 29.23%
R=50%
G=20.77%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130547600.580.420.49342.6341.336.08
Hex82364C03A2A311572924
Octal2026611407252615275144
Binary1000001011011010011000111010101010110001101010111101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82364C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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