#854257

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

Shades of Camelot #854257

Tints of Camelot #854257

Color information

#854257 (or 0x854257) is unknown color: approx Camelot. HEX triplet: 85, 42 and 57. RGB value is (133,66,87). Sum of RGB (Red+Green+Blue) = 133+66+87=286 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.50% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 87 (34.38% from 255 or 30.42% from 286); Max value from RGB is 133 - color contains mainly: red. Hex color #854257 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854257 is #7ABDA8. Grayscale: #585858. Windows color (decimal): -8043945 or 5718661. OLE color: 5718661.

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

Color convert

RGB1336687-
CMYK00.500.350.48
HSL341.19º33.67%39.02%-
HSV(B)341.19º50.38%52.16%-
XYZ13.349.5710.16-
YUV88.43127.2159.79-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.50%
GREEN value IS 66 (26.17% from 255) = 23.08%
BLUE value IS 87 (34.38% from 255) = 30.42%
R=46.50%
G=23.08%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133668700.500.350.48341.1933.6739.02
Hex85425703223301552227
Octal20510212706243605254247
Binary10000101100001010101110110010100011110000101010101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854257; }

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

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

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

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

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

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

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

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