#85364E

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

Shades of Camelot #85364E

Tints of Camelot #85364E

Color information

#85364E (or 0x85364E) is unknown color: approx Camelot. HEX triplet: 85, 36 and 4E. RGB value is (133,54,78). Sum of RGB (Red+Green+Blue) = 133+54+78=265 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50.19% from 265); Green value is 54 (21.48% from 255 or 20.38% from 265); Blue value is 78 (30.86% from 255 or 29.43% from 265); Max value from RGB is 133 - color contains mainly: red. Hex color #85364E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85364E is #7AC9B1. Grayscale: #505050. Windows color (decimal): -8047026 or 5125765. OLE color: 5125765.

HSL color Cylindrical-coordinate representation of color #85364E: hue angle of 341.77º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #85364E is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB1335478-
CMYK00.590.410.48
HSL341.77º42.25%36.67%-
HSV(B)341.77º59.4%52.16%-
XYZ12.378.178.13-
YUV80.36126.67165.55-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.19%
GREEN value IS 54 (21.48% from 255) = 20.38%
BLUE value IS 78 (30.86% from 255) = 29.43%
R=50.19%
G=20.38%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133547800.590.410.48341.7742.2536.67
Hex85364E03B29301562a25
Octal2056611607351605265245
Binary1000010111011010011100111011101001110000101010110101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85364E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85364E; }

 p { color: rgb(133,54,78); }

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

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

 a { background-color: rgb(133,54,78); }

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

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

 span { border-color: rgb(133,54,78); }

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