#863147

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

Shades of Camelot #863147

Tints of Camelot #863147

Color information

#863147 (or 0x863147) is unknown color: approx Camelot. HEX triplet: 86, 31 and 47. RGB value is (134,49,71). Sum of RGB (Red+Green+Blue) = 134+49+71=254 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.76% from 254); Green value is 49 (19.53% from 255 or 19.29% from 254); Blue value is 71 (28.12% from 255 or 27.95% from 254); Max value from RGB is 134 - color contains mainly: red. Hex color #863147 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863147 is #79CEB8. Grayscale: #4C4C4C. Windows color (decimal): -7982777 or 4665734. OLE color: 4665734.

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

Color convert

RGB1344971-
CMYK00.630.470.47
HSL344.47º46.45%35.88%-
HSV(B)344.47º63.43%52.55%-
XYZ12.077.726.82-
YUV76.92124.66168.71-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.76%
GREEN value IS 49 (19.53% from 255) = 19.29%
BLUE value IS 71 (28.12% from 255) = 27.95%
R=52.76%
G=19.29%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134497100.630.470.47344.4746.4535.88
Hex86314703F2F2F1582e24
Octal2066110707757575305644
Binary1000011011000110001110111111101111101111101011000101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863147; }

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

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

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

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

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

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

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

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