#853950

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

Shades of Camelot #853950

Tints of Camelot #853950

Color information

#853950 (or 0x853950) is unknown color: approx Camelot. HEX triplet: 85, 39 and 50. RGB value is (133,57,80). Sum of RGB (Red+Green+Blue) = 133+57+80=270 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.26% from 270); Green value is 57 (22.66% from 255 or 21.11% from 270); Blue value is 80 (31.64% from 255 or 29.63% from 270); Max value from RGB is 133 - color contains mainly: red. Hex color #853950 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853950 is #7AC6AF. Grayscale: #525252. Windows color (decimal): -8046256 or 5257605. OLE color: 5257605.

HSL color Cylindrical-coordinate representation of color #853950: hue angle of 341.84º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #853950 is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB1335780-
CMYK00.570.400.48
HSL341.84º40%37.25%-
HSV(B)341.84º57.14%52.16%-
XYZ12.588.498.57-
YUV82.35126.68164.13-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.26%
GREEN value IS 57 (22.66% from 255) = 21.11%
BLUE value IS 80 (31.64% from 255) = 29.63%
R=49.26%
G=21.11%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133578000.570.400.48341.844037.25
Hex85395003928301562825
Octal2057112007150605265045
Binary1000010111100110100000111001101000110000101010110101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853950; }

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

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

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

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

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

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

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

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