#86384A

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

Shades of Camelot #86384A

Tints of Camelot #86384A

Color information

#86384A (or 0x86384A) is unknown color: approx Camelot. HEX triplet: 86, 38 and 4A. RGB value is (134,56,74). Sum of RGB (Red+Green+Blue) = 134+56+74=264 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.76% from 264); Green value is 56 (22.27% from 255 or 21.21% from 264); Blue value is 74 (29.30% from 255 or 28.03% from 264); Max value from RGB is 134 - color contains mainly: red. Hex color #86384A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86384A is #79C7B5. Grayscale: #515151. Windows color (decimal): -7980982 or 4864134. OLE color: 4864134.

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

Color convert

RGB1345674-
CMYK00.580.450.47
HSL346.15º41.05%37.25%-
HSV(B)346.15º58.21%52.55%-
XYZ12.488.397.44-
YUV81.37123.84165.54-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.76%
GREEN value IS 56 (22.27% from 255) = 21.21%
BLUE value IS 74 (29.30% from 255) = 28.03%
R=50.76%
G=21.21%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134567400.580.450.47346.1541.0537.25
Hex86384A03A2D2F15a2925
Octal2067011207255575325145
Binary1000011011100010010100111010101101101111101011010101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86384A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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