#854151

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

Shades of Camelot #854151

Tints of Camelot #854151

Color information

#854151 (or 0x854151) is unknown color: approx Camelot. HEX triplet: 85, 41 and 51. RGB value is (133,65,81). Sum of RGB (Red+Green+Blue) = 133+65+81=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 81 (32.03% from 255 or 29.03% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #854151 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854151 is #7ABEAE. Grayscale: #575757. Windows color (decimal): -8044207 or 5325189. OLE color: 5325189.

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

Color convert

RGB1336581-
CMYK00.510.390.48
HSL345.88º34.34%38.82%-
HSV(B)345.88º51.13%52.16%-
XYZ13.059.368.9-
YUV87.16124.53160.7-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.67%
GREEN value IS 65 (25.78% from 255) = 23.30%
BLUE value IS 81 (32.03% from 255) = 29.03%
R=47.67%
G=23.30%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133658100.510.390.48345.8834.3438.82
Hex854151033273015a2227
Octal20510112106347605324247
Binary10000101100000110100010110011100111110000101011010100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854151; }

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

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

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

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

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

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

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

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