#85354B

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

Shades of Camelot #85354B

Tints of Camelot #85354B

Color information

#85354B (or 0x85354B) is unknown color: approx Camelot. HEX triplet: 85, 35 and 4B. RGB value is (133,53,75). Sum of RGB (Red+Green+Blue) = 133+53+75=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 53 (21.09% from 255 or 20.31% from 261); Blue value is 75 (29.69% from 255 or 28.74% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #85354B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85354B is #7ACAB4. Grayscale: #4F4F4F. Windows color (decimal): -8047285 or 4928901. OLE color: 4928901.

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

Color convert

RGB1335375-
CMYK00.600.440.48
HSL343.5º43.01%36.47%-
HSV(B)343.5º60.15%52.16%-
XYZ12.228.047.56-
YUV79.43125.5166.21-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.96%
GREEN value IS 53 (21.09% from 255) = 20.31%
BLUE value IS 75 (29.69% from 255) = 28.74%
R=50.96%
G=20.31%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133537500.600.440.48343.543.0136.47
Hex85354B03C2C301582b24
Octal2056511307454605305344
Binary1000010111010110010110111100101100110000101011000101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85354B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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