#863D54

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

Shades of Camelot #863D54

Tints of Camelot #863D54

Color information

#863D54 (or 0x863D54) is unknown color: approx Camelot. HEX triplet: 86, 3D and 54. RGB value is (134,61,84). Sum of RGB (Red+Green+Blue) = 134+61+84=279 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.03% from 279); Green value is 61 (24.22% from 255 or 21.86% from 279); Blue value is 84 (33.20% from 255 or 30.11% from 279); Max value from RGB is 134 - color contains mainly: red. Hex color #863D54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863D54 is #79C2AB. Grayscale: #555555. Windows color (decimal): -7979692 or 5520774. OLE color: 5520774.

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

Color convert

RGB1346184-
CMYK00.540.370.47
HSL341.1º37.44%38.24%-
HSV(B)341.1º54.48%52.55%-
XYZ13.19.059.44-
YUV85.45127.18162.63-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.03%
GREEN value IS 61 (24.22% from 255) = 21.86%
BLUE value IS 84 (33.20% from 255) = 30.11%
R=48.03%
G=21.86%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134618400.540.370.47341.137.4438.24
Hex863D54036252F1552526
Octal2067512406645575254546
Binary1000011011110110101000110110100101101111101010101100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,61,84); }

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

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

 a { background-color: rgb(134,61,84); }

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

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

 span { border-color: rgb(134,61,84); }

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