#863143

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

Shades of Camelot #863143

Tints of Camelot #863143

Color information

#863143 (or 0x863143) is unknown color: approx Camelot. HEX triplet: 86, 31 and 43. RGB value is (134,49,67). Sum of RGB (Red+Green+Blue) = 134+49+67=250 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.6% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 67 (26.56% from 255 or 26.8% from 250); Max value from RGB is 134 - color contains mainly: red. Hex color #863143 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863143 is #79CEBC. Grayscale: #4C4C4C. Windows color (decimal): -7982781 or 4403590. OLE color: 4403590.

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

Color convert

RGB1344967-
CMYK00.630.50.47
HSL347.29º46.45%35.88%-
HSV(B)347.29º63.43%52.55%-
XYZ11.947.676.16-
YUV76.47122.66169.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.6%
GREEN value IS 49 (19.53% from 255) = 19.6%
BLUE value IS 67 (26.56% from 255) = 26.8%
R=53.6%
G=19.6%
B=26.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.5
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134496700.630.50.47347.2946.4535.88
Hex86314303F322F15b2e24
Octal2066110307762575335644
Binary1000011011000110000110111111110010101111101011011101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863143; }

 p { color: rgb(134,49,67); }

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

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

 a { background-color: rgb(134,49,67); }

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

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

 span { border-color: rgb(134,49,67); }

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