#863B50

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

Shades of Camelot #863B50

Tints of Camelot #863B50

Color information

#863B50 (or 0x863B50) is unknown color: approx Camelot. HEX triplet: 86, 3B and 50. RGB value is (134,59,80). Sum of RGB (Red+Green+Blue) = 134+59+80=273 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.08% from 273); Green value is 59 (23.44% from 255 or 21.61% from 273); Blue value is 80 (31.64% from 255 or 29.30% from 273); Max value from RGB is 134 - color contains mainly: red. Hex color #863B50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863B50 is #79C4AF. Grayscale: #535353. Windows color (decimal): -7980208 or 5258118. OLE color: 5258118.

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

Color convert

RGB1345980-
CMYK00.560.400.47
HSL343.2º38.86%37.84%-
HSV(B)343.2º55.97%52.55%-
XYZ12.848.788.61-
YUV83.82125.85163.79-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.08%
GREEN value IS 59 (23.44% from 255) = 21.61%
BLUE value IS 80 (31.64% from 255) = 29.30%
R=49.08%
G=21.61%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134598000.560.400.47343.238.8637.84
Hex863B50038282F1572726
Octal2067312007050575274746
Binary1000011011101110100000111000101000101111101010111100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,59,80); }

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

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

 a { background-color: rgb(134,59,80); }

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

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

 span { border-color: rgb(134,59,80); }

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