#863348

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

Shades of Camelot #863348

Tints of Camelot #863348

Color information

#863348 (or 0x863348) is unknown color: approx Camelot. HEX triplet: 86, 33 and 48. RGB value is (134,51,72). Sum of RGB (Red+Green+Blue) = 134+51+72=257 (34% of max value = 765). Red value is 134 (52.73% from 255 or 52.14% from 257); Green value is 51 (20.31% from 255 or 19.84% from 257); Blue value is 72 (28.52% from 255 or 28.02% from 257); Max value from RGB is 134 - color contains mainly: red. Hex color #863348 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863348 is #79CCB7. Grayscale: #4E4E4E. Windows color (decimal): -7982264 or 4731782. OLE color: 4731782.

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

Color convert

RGB1345172-
CMYK00.620.460.47
HSL344.82º44.86%36.27%-
HSV(B)344.82º61.94%52.55%-
XYZ12.197.97.01-
YUV78.21124.5167.79-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.14%
GREEN value IS 51 (20.31% from 255) = 19.84%
BLUE value IS 72 (28.52% from 255) = 28.02%
R=52.14%
G=19.84%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134517200.620.460.47344.8244.8636.27
Hex86334803E2E2F1592d24
Octal2066311007656575315544
Binary1000011011001110010000111110101110101111101011001101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863348; }

 p { color: rgb(134,51,72); }

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

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

 a { background-color: rgb(134,51,72); }

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

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

 span { border-color: rgb(134,51,72); }

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