#854255

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

Shades of Camelot #854255

Tints of Camelot #854255

Color information

#854255 (or 0x854255) is unknown color: approx Camelot. HEX triplet: 85, 42 and 55. RGB value is (133,66,85). Sum of RGB (Red+Green+Blue) = 133+66+85=284 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.83% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 85 (33.59% from 255 or 29.93% from 284); Max value from RGB is 133 - color contains mainly: red. Hex color #854255 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854255 is #7ABDAA. Grayscale: #585858. Windows color (decimal): -8043947 or 5587589. OLE color: 5587589.

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

Color convert

RGB1336685-
CMYK00.500.360.48
HSL342.99º33.67%39.02%-
HSV(B)342.99º50.38%52.16%-
XYZ13.269.549.74-
YUV88.2126.2159.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.83%
GREEN value IS 66 (26.17% from 255) = 23.24%
BLUE value IS 85 (33.59% from 255) = 29.93%
R=46.83%
G=23.24%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133668500.500.360.48342.9933.6739.02
Hex85425503224301572227
Octal20510212506244605274247
Binary10000101100001010101010110010100100110000101010111100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854255; }

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

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

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

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

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

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

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

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