#824156

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

Shades of Camelot #824156

Tints of Camelot #824156

Color information

#824156 (or 0x824156) is unknown color: approx Camelot. HEX triplet: 82, 41 and 56. RGB value is (130,65,86). Sum of RGB (Red+Green+Blue) = 130+65+86=281 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.26% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 86 (33.98% from 255 or 30.60% from 281); Max value from RGB is 130 - color contains mainly: red. Hex color #824156 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824156 is #7DBEA9. Grayscale: #565656. Windows color (decimal): -8240810 or 5652866. OLE color: 5652866.

HSL color Cylindrical-coordinate representation of color #824156: hue angle of 340.62º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #824156 is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB1306586-
CMYK00.500.340.49
HSL340.62º33.33%38.24%-
HSV(B)340.62º50%50.98%-
XYZ12.789.29.91-
YUV86.83127.53158.79-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.26%
GREEN value IS 65 (25.78% from 255) = 23.13%
BLUE value IS 86 (33.98% from 255) = 30.60%
R=46.26%
G=23.13%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130658600.500.340.49340.6233.3338.24
Hex82415603222311552126
Octal20210112606242615254146
Binary10000010100000110101100110010100010110001101010101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824156; }

 p { color: rgb(130,65,86); }

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

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

 a { background-color: rgb(130,65,86); }

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

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

 span { border-color: rgb(130,65,86); }

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