#853347

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

Shades of Camelot #853347

Tints of Camelot #853347

Color information

#853347 (or 0x853347) is unknown color: approx Camelot. HEX triplet: 85, 33 and 47. RGB value is (133,51,71). Sum of RGB (Red+Green+Blue) = 133+51+71=255 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.16% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 71 (28.12% from 255 or 27.84% from 255); Max value from RGB is 133 - color contains mainly: red. Hex color #853347 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853347 is #7ACCB8. Grayscale: #4D4D4D. Windows color (decimal): -8047801 or 4666245. OLE color: 4666245.

HSL color Cylindrical-coordinate representation of color #853347: hue angle of 345.37º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #853347 is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB1335171-
CMYK00.620.470.48
HSL345.37º44.57%36.08%-
HSV(B)345.37º61.65%52.16%-
XYZ11.997.816.84-
YUV77.8124.17167.37-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.16%
GREEN value IS 51 (20.31% from 255) = 20%
BLUE value IS 71 (28.12% from 255) = 27.84%
R=52.16%
G=20%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133517100.620.470.48345.3744.5736.08
Hex85334703E2F301592d24
Octal2056310707657605315544
Binary1000010111001110001110111110101111110000101011001101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853347; }

 p { color: rgb(133,51,71); }

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

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

 a { background-color: rgb(133,51,71); }

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

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

 span { border-color: rgb(133,51,71); }

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