#86334B

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

Shades of Camelot #86334B

Tints of Camelot #86334B

Color information

#86334B (or 0x86334B) is unknown color: approx Camelot. HEX triplet: 86, 33 and 4B. RGB value is (134,51,75). Sum of RGB (Red+Green+Blue) = 134+51+75=260 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.54% from 260); Green value is 51 (20.31% from 255 or 19.62% from 260); Blue value is 75 (29.69% from 255 or 28.85% from 260); Max value from RGB is 134 - color contains mainly: red. Hex color #86334B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86334B is #79CCB4. Grayscale: #4E4E4E. Windows color (decimal): -7982261 or 4928390. OLE color: 4928390.

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

Color convert

RGB1345175-
CMYK00.620.440.47
HSL342.65º44.86%36.27%-
HSV(B)342.65º61.94%52.55%-
XYZ12.297.947.54-
YUV78.55126167.55-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.54%
GREEN value IS 51 (20.31% from 255) = 19.62%
BLUE value IS 75 (29.69% from 255) = 28.85%
R=51.54%
G=19.62%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134517500.620.440.47342.6544.8636.27
Hex86334B03E2C2F1572d24
Octal2066311307654575275544
Binary1000011011001110010110111110101100101111101010111101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86334B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86334B; }

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

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

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

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

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

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

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

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