#854155

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

Shades of Camelot #854155

Tints of Camelot #854155

Color information

#854155 (or 0x854155) is unknown color: approx Camelot. HEX triplet: 85, 41 and 55. RGB value is (133,65,85). Sum of RGB (Red+Green+Blue) = 133+65+85=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 85 (33.59% from 255 or 30.04% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #854155 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854155 is #7ABEAA. Grayscale: #575757. Windows color (decimal): -8044203 or 5587333. OLE color: 5587333.

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

Color convert

RGB1336585-
CMYK00.510.360.48
HSL342.35º34.34%38.82%-
HSV(B)342.35º51.13%52.16%-
XYZ13.29.429.72-
YUV87.61126.53160.37-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.00%
GREEN value IS 65 (25.78% from 255) = 22.97%
BLUE value IS 85 (33.59% from 255) = 30.04%
R=47.00%
G=22.97%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133658500.510.360.48342.3534.3438.82
Hex85415503324301562227
Octal20510112506344605264247
Binary10000101100000110101010110011100100110000101010110100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854155; }

 p { color: rgb(133,65,85); }

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

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

 a { background-color: rgb(133,65,85); }

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

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

 span { border-color: rgb(133,65,85); }

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