#85394C

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

Shades of Camelot #85394C

Tints of Camelot #85394C

Color information

#85394C (or 0x85394C) is unknown color: approx Camelot. HEX triplet: 85, 39 and 4C. RGB value is (133,57,76). Sum of RGB (Red+Green+Blue) = 133+57+76=266 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50% from 266); Green value is 57 (22.66% from 255 or 21.43% from 266); Blue value is 76 (30.08% from 255 or 28.57% from 266); Max value from RGB is 133 - color contains mainly: red. Hex color #85394C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85394C is #7AC6B3. Grayscale: #515151. Windows color (decimal): -8046260 or 4995461. OLE color: 4995461.

HSL color Cylindrical-coordinate representation of color #85394C: hue angle of 345º 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 #85394C is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB1335776-
CMYK00.570.430.48
HSL345º40%37.25%-
HSV(B)345º57.14%52.16%-
XYZ12.448.437.81-
YUV81.89124.68164.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50%
GREEN value IS 57 (22.66% from 255) = 21.43%
BLUE value IS 76 (30.08% from 255) = 28.57%
R=50%
G=21.43%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133577600.570.430.483454037.25
Hex85394C0392B301592825
Octal2057111407153605315045
Binary1000010111100110011000111001101011110000101011001101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85394C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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