#863142

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

Shades of Camelot #863142

Tints of Camelot #863142

Color information

#863142 (or 0x863142) is unknown color: approx Camelot. HEX triplet: 86, 31 and 42. RGB value is (134,49,66). Sum of RGB (Red+Green+Blue) = 134+49+66=249 (32% of max value = 765). Red value is 134 (52.73% from 255 or 53.82% from 249); Green value is 49 (19.53% from 255 or 19.68% from 249); Blue value is 66 (26.17% from 255 or 26.51% from 249); Max value from RGB is 134 - color contains mainly: red. Hex color #863142 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863142 is #79CEBD. Grayscale: #4C4C4C. Windows color (decimal): -7982782 or 4338054. OLE color: 4338054.

HSL color Cylindrical-coordinate representation of color #863142: hue angle of 348º 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 #863142 is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB1344966-
CMYK00.630.510.47
HSL348º46.45%35.88%-
HSV(B)348º63.43%52.55%-
XYZ11.917.666-
YUV76.35122.16169.12-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.82%
GREEN value IS 49 (19.53% from 255) = 19.68%
BLUE value IS 66 (26.17% from 255) = 26.51%
R=53.82%
G=19.68%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134496600.630.510.4734846.4535.88
Hex86314203F332F15c2e24
Octal2066110207763575345644
Binary1000011011000110000100111111110011101111101011100101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863142; }

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

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

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

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

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

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

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

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