#853F4E

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

Shades of Camelot #853F4E

Tints of Camelot #853F4E

Color information

#853F4E (or 0x853F4E) is unknown color: approx Camelot. HEX triplet: 85, 3F and 4E. RGB value is (133,63,78). Sum of RGB (Red+Green+Blue) = 133+63+78=274 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.54% from 274); Green value is 63 (25% from 255 or 22.99% from 274); Blue value is 78 (30.86% from 255 or 28.47% from 274); Max value from RGB is 133 - color contains mainly: red. Hex color #853F4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853F4E is #7AC0B1. Grayscale: #555555. Windows color (decimal): -8044722 or 5128069. OLE color: 5128069.

HSL color Cylindrical-coordinate representation of color #853F4E: hue angle of 347.14º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #853F4E is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB1336378-
CMYK00.530.410.48
HSL347.14º35.71%38.43%-
HSV(B)347.14º52.63%52.16%-
XYZ12.839.098.29-
YUV85.64123.69161.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.54%
GREEN value IS 63 (25% from 255) = 22.99%
BLUE value IS 78 (30.86% from 255) = 28.47%
R=48.54%
G=22.99%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133637800.530.410.48347.1435.7138.43
Hex853F4E035293015b2426
Octal2057711606551605334446
Binary1000010111111110011100110101101001110000101011011100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853F4E; }

 p { color: rgb(133,63,78); }

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

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

 a { background-color: rgb(133,63,78); }

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

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

 span { border-color: rgb(133,63,78); }

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