#824355

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

Shades of Camelot #824355

Tints of Camelot #824355

Color information

#824355 (or 0x824355) is unknown color: approx Camelot. HEX triplet: 82, 43 and 55. RGB value is (130,67,85). Sum of RGB (Red+Green+Blue) = 130+67+85=282 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.10% from 282); Green value is 67 (26.56% from 255 or 23.76% from 282); Blue value is 85 (33.59% from 255 or 30.14% from 282); Max value from RGB is 130 - color contains mainly: red. Hex color #824355 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824355 is #7DBCAA. Grayscale: #575757. Windows color (decimal): -8240299 or 5587842. OLE color: 5587842.

HSL color Cylindrical-coordinate representation of color #824355: hue angle of 342.86º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #824355 is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB1306785-
CMYK00.480.350.49
HSL342.86º31.98%38.63%-
HSV(B)342.86º48.46%50.98%-
XYZ12.859.429.73-
YUV87.89126.37158.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.10%
GREEN value IS 67 (26.56% from 255) = 23.76%
BLUE value IS 85 (33.59% from 255) = 30.14%
R=46.10%
G=23.76%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130678500.480.350.49342.8631.9838.63
Hex82435503023311572027
Octal20210312506043615274047
Binary10000010100001110101010110000100011110001101010111100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824355; }

 p { color: rgb(130,67,85); }

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

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

 a { background-color: rgb(130,67,85); }

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

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

 span { border-color: rgb(130,67,85); }

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