#853F4B

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

Shades of Camelot #853F4B

Tints of Camelot #853F4B

Color information

#853F4B (or 0x853F4B) is unknown color: approx Camelot. HEX triplet: 85, 3F and 4B. RGB value is (133,63,75). Sum of RGB (Red+Green+Blue) = 133+63+75=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 63 (25% from 255 or 23.25% from 271); Blue value is 75 (29.69% from 255 or 27.68% from 271); Max value from RGB is 133 - color contains mainly: red. Hex color #853F4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853F4B is #7AC0B4. Grayscale: #555555. Windows color (decimal): -8044725 or 4931461. OLE color: 4931461.

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

Color convert

RGB1336375-
CMYK00.530.440.48
HSL349.71º35.71%38.43%-
HSV(B)349.71º52.63%52.16%-
XYZ12.729.057.73-
YUV85.3122.19162.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.08%
GREEN value IS 63 (25% from 255) = 23.25%
BLUE value IS 75 (29.69% from 255) = 27.68%
R=49.08%
G=23.25%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133637500.530.440.48349.7135.7138.43
Hex853F4B0352C3015e2426
Octal2057711306554605364446
Binary1000010111111110010110110101101100110000101011110100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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