#854157

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

Shades of Camelot #854157

Tints of Camelot #854157

Color information

#854157 (or 0x854157) is unknown color: approx Camelot. HEX triplet: 85, 41 and 57. RGB value is (133,65,87). Sum of RGB (Red+Green+Blue) = 133+65+87=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 65 (25.78% from 255 or 22.81% from 285); Blue value is 87 (34.38% from 255 or 30.53% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #854157 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854157 is #7ABEA8. Grayscale: #575757. Windows color (decimal): -8044201 or 5718405. OLE color: 5718405.

HSL color Cylindrical-coordinate representation of color #854157: hue angle of 340.59º 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 #854157 is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB1336587-
CMYK00.510.350.48
HSL340.59º34.34%38.82%-
HSV(B)340.59º51.13%52.16%-
XYZ13.289.4610.14-
YUV87.84127.53160.21-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.67%
GREEN value IS 65 (25.78% from 255) = 22.81%
BLUE value IS 87 (34.38% from 255) = 30.53%
R=46.67%
G=22.81%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133658700.510.350.48340.5934.3438.82
Hex85415703323301552227
Octal20510112706343605254247
Binary10000101100000110101110110011100011110000101010101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854157; }

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

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

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

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

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

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

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

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