#863249

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

Shades of Camelot #863249

Tints of Camelot #863249

Color information

#863249 (or 0x863249) is unknown color: approx Camelot. HEX triplet: 86, 32 and 49. RGB value is (134,50,73). Sum of RGB (Red+Green+Blue) = 134+50+73=257 (34% of max value = 765). Red value is 134 (52.73% from 255 or 52.14% from 257); Green value is 50 (19.92% from 255 or 19.46% from 257); Blue value is 73 (28.91% from 255 or 28.40% from 257); Max value from RGB is 134 - color contains mainly: red. Hex color #863249 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863249 is #79CDB6. Grayscale: #4D4D4D. Windows color (decimal): -7982519 or 4797062. OLE color: 4797062.

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

Color convert

RGB1345073-
CMYK00.630.460.47
HSL343.57º45.65%36.08%-
HSV(B)343.57º62.69%52.55%-
XYZ12.177.837.17-
YUV77.74125.33168.13-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.14%
GREEN value IS 50 (19.92% from 255) = 19.46%
BLUE value IS 73 (28.91% from 255) = 28.40%
R=52.14%
G=19.46%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134507300.630.460.47343.5745.6536.08
Hex86324903F2E2F1582e24
Octal2066211107756575305644
Binary1000011011001010010010111111101110101111101011000101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863249; }

 p { color: rgb(134,50,73); }

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

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

 a { background-color: rgb(134,50,73); }

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

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

 span { border-color: rgb(134,50,73); }

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