#85404B

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

Shades of Camelot #85404B

Tints of Camelot #85404B

Color information

#85404B (or 0x85404B) is unknown color: approx Camelot. HEX triplet: 85, 40 and 4B. RGB value is (133,64,75). Sum of RGB (Red+Green+Blue) = 133+64+75=272 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.90% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 75 (29.69% from 255 or 27.57% from 272); Max value from RGB is 133 - color contains mainly: red. Hex color #85404B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85404B is #7ABFB4. Grayscale: #555555. Windows color (decimal): -8044469 or 4931717. OLE color: 4931717.

HSL color Cylindrical-coordinate representation of color #85404B: hue angle of 350.43º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #85404B is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB1336475-
CMYK00.520.440.48
HSL350.43º35.03%38.63%-
HSV(B)350.43º51.88%52.16%-
XYZ12.789.167.75-
YUV85.88121.86161.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.90%
GREEN value IS 64 (25.39% from 255) = 23.53%
BLUE value IS 75 (29.69% from 255) = 27.57%
R=48.90%
G=23.53%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133647500.520.440.48350.4335.0338.63
Hex85404B0342C3015e2327
Octal20510011306454605364347
Binary10000101100000010010110110100101100110000101011110100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85404B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85404B; }

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

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

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

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

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

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

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

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