#85414C

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

Shades of Camelot #85414C

Tints of Camelot #85414C

Color information

#85414C (or 0x85414C) is unknown color: approx Camelot. HEX triplet: 85, 41 and 4C. RGB value is (133,65,76). Sum of RGB (Red+Green+Blue) = 133+65+76=274 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.54% from 274); Green value is 65 (25.78% from 255 or 23.72% from 274); Blue value is 76 (30.08% from 255 or 27.74% from 274); Max value from RGB is 133 - color contains mainly: red. Hex color #85414C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85414C is #7ABEB3. Grayscale: #565656. Windows color (decimal): -8044212 or 4997509. OLE color: 4997509.

HSL color Cylindrical-coordinate representation of color #85414C: hue angle of 350.29º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #85414C is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB1336576-
CMYK00.510.430.48
HSL350.29º34.34%38.82%-
HSV(B)350.29º51.13%52.16%-
XYZ12.879.297.95-
YUV86.59122.03161.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.54%
GREEN value IS 65 (25.78% from 255) = 23.72%
BLUE value IS 76 (30.08% from 255) = 27.74%
R=48.54%
G=23.72%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133657600.510.430.48350.2934.3438.82
Hex85414C0332B3015e2227
Octal20510111406353605364247
Binary10000101100000110011000110011101011110000101011110100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85414C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85414C; }

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

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

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

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

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

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

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

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