#86384D

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

Shades of Camelot #86384D

Tints of Camelot #86384D

Color information

#86384D (or 0x86384D) is unknown color: approx Camelot. HEX triplet: 86, 38 and 4D. RGB value is (134,56,77). Sum of RGB (Red+Green+Blue) = 134+56+77=267 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.19% from 267); Green value is 56 (22.27% from 255 or 20.97% from 267); Blue value is 77 (30.47% from 255 or 28.84% from 267); Max value from RGB is 134 - color contains mainly: red. Hex color #86384D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86384D is #79C7B2. Grayscale: #515151. Windows color (decimal): -7980979 or 5060742. OLE color: 5060742.

HSL color Cylindrical-coordinate representation of color #86384D: hue angle of 343.85º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #86384D is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB1345677-
CMYK00.580.430.47
HSL343.85º41.05%37.25%-
HSV(B)343.85º58.21%52.55%-
XYZ12.598.437.99-
YUV81.72125.34165.29-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.19%
GREEN value IS 56 (22.27% from 255) = 20.97%
BLUE value IS 77 (30.47% from 255) = 28.84%
R=50.19%
G=20.97%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134567700.580.430.47343.8541.0537.25
Hex86384D03A2B2F1582925
Octal2067011507253575305145
Binary1000011011100010011010111010101011101111101011000101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86384D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86384D; }

 p { color: rgb(134,56,77); }

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

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

 a { background-color: rgb(134,56,77); }

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

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

 span { border-color: rgb(134,56,77); }

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