#863F4D

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

Shades of Camelot #863F4D

Tints of Camelot #863F4D

Color information

#863F4D (or 0x863F4D) is unknown color: approx Camelot. HEX triplet: 86, 3F and 4D. RGB value is (134,63,77). Sum of RGB (Red+Green+Blue) = 134+63+77=274 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.91% from 274); Green value is 63 (25% from 255 or 22.99% from 274); Blue value is 77 (30.47% from 255 or 28.10% from 274); Max value from RGB is 134 - color contains mainly: red. Hex color #863F4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863F4D is #79C0B2. Grayscale: #555555. Windows color (decimal): -7979187 or 5062534. OLE color: 5062534.

HSL color Cylindrical-coordinate representation of color #863F4D: hue angle of 348.17º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #863F4D is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB1346377-
CMYK00.530.430.47
HSL348.17º36.04%38.63%-
HSV(B)348.17º52.99%52.55%-
XYZ12.959.168.11-
YUV85.82123.02162.36-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.91%
GREEN value IS 63 (25% from 255) = 22.99%
BLUE value IS 77 (30.47% from 255) = 28.10%
R=48.91%
G=22.99%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134637700.530.430.47348.1736.0438.63
Hex863F4D0352B2F15c2427
Octal2067711506553575344447
Binary1000011011111110011010110101101011101111101011100100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863F4D; }

 p { color: rgb(134,63,77); }

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

<style>
 a { background-color: #863F4D; }

 a { background-color: rgb(134,63,77); }

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

<style>
 span { border-color: #863F4D; }

 span { border-color: rgb(134,63,77); }

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