#853B50

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

Shades of Camelot #853B50

Tints of Camelot #853B50

Color information

#853B50 (or 0x853B50) is unknown color: approx Camelot. HEX triplet: 85, 3B and 50. RGB value is (133,59,80). Sum of RGB (Red+Green+Blue) = 133+59+80=272 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.90% from 272); Green value is 59 (23.44% from 255 or 21.69% from 272); Blue value is 80 (31.64% from 255 or 29.41% from 272); Max value from RGB is 133 - color contains mainly: red. Hex color #853B50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853B50 is #7AC4AF. Grayscale: #535353. Windows color (decimal): -8045744 or 5258117. OLE color: 5258117.

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

Color convert

RGB1335980-
CMYK00.560.400.48
HSL342.97º38.54%37.65%-
HSV(B)342.97º55.64%52.16%-
XYZ12.688.698.6-
YUV83.52126.02163.29-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.90%
GREEN value IS 59 (23.44% from 255) = 21.69%
BLUE value IS 80 (31.64% from 255) = 29.41%
R=48.90%
G=21.69%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133598000.560.400.48342.9738.5437.65
Hex853B5003828301572726
Octal2057312007050605274746
Binary1000010111101110100000111000101000110000101010111100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,59,80); }

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

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

 a { background-color: rgb(133,59,80); }

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

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

 span { border-color: rgb(133,59,80); }

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