#853F4C

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

Shades of Camelot #853F4C

Tints of Camelot #853F4C

Color information

#853F4C (or 0x853F4C) is unknown color: approx Camelot. HEX triplet: 85, 3F and 4C. RGB value is (133,63,76). Sum of RGB (Red+Green+Blue) = 133+63+76=272 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.90% from 272); Green value is 63 (25% from 255 or 23.16% from 272); Blue value is 76 (30.08% from 255 or 27.94% from 272); Max value from RGB is 133 - color contains mainly: red. Hex color #853F4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853F4C is #7AC0B3. Grayscale: #555555. Windows color (decimal): -8044724 or 4996997. OLE color: 4996997.

HSL color Cylindrical-coordinate representation of color #853F4C: hue angle of 348.86º 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 #853F4C is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB1336376-
CMYK00.530.430.48
HSL348.86º35.71%38.43%-
HSV(B)348.86º52.63%52.16%-
XYZ12.759.067.91-
YUV85.41122.69161.94-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.90%
GREEN value IS 63 (25% from 255) = 23.16%
BLUE value IS 76 (30.08% from 255) = 27.94%
R=48.90%
G=23.16%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133637600.530.430.48348.8635.7138.43
Hex853F4C0352B3015d2426
Octal2057711406553605354446
Binary1000010111111110011000110101101011110000101011101100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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