#82364E

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

Shades of Camelot #82364E

Tints of Camelot #82364E

Color information

#82364E (or 0x82364E) is unknown color: approx Camelot. HEX triplet: 82, 36 and 4E. RGB value is (130,54,78). Sum of RGB (Red+Green+Blue) = 130+54+78=262 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.62% from 262); Green value is 54 (21.48% from 255 or 20.61% from 262); Blue value is 78 (30.86% from 255 or 29.77% from 262); Max value from RGB is 130 - color contains mainly: red. Hex color #82364E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82364E is #7DC9B1. Grayscale: #4F4F4F. Windows color (decimal): -8243634 or 5125762. OLE color: 5125762.

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

Color convert

RGB1305478-
CMYK00.580.400.49
HSL341.05º41.3%36.08%-
HSV(B)341.05º58.46%50.98%-
XYZ11.97.938.11-
YUV79.46127.18164.05-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.62%
GREEN value IS 54 (21.48% from 255) = 20.61%
BLUE value IS 78 (30.86% from 255) = 29.77%
R=49.62%
G=20.61%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130547800.580.400.49341.0541.336.08
Hex82364E03A28311552924
Octal2026611607250615255144
Binary1000001011011010011100111010101000110001101010101101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82364E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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